[This is preliminary documentation and is subject to change.]
The timesheet period enumerated type
Namespace:
OfficeClip.BusinessLayerAssembly: 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 name | Description | |
|---|---|---|
| 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
|
