[This is preliminary documentation and is subject to change.]

The timesheet period enumerated type

Namespace:  OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public enum TimesheetPeriod
Visual Basic (Declaration)
Public Enumeration TimesheetPeriod
Visual C++
public enum class TimesheetPeriod

Members

Member nameDescription
None
Period not defined
Weekly
Weekly timesheet
BiWeekly
Biweekly timesheet
SemiMonthly
semimonthly timesheet, 1-15 and 16-end of the month
Monthly
monthly timesheet
Daily
Daily timesheet

See Also