Click or drag to resize
TimecardLine Properties

The TimecardLine type exposes the following members.

Properties
  NameDescription
Public propertyAutoLunchesBreaks
Automatic lunches/breaks contained in the time card.
Public propertyCategoryId
Time card's category ID
(Inherited from TimecardLineBase.)
Public propertyDate
Date of time card
(Inherited from TimecardLineBase.)
Public propertyDepartmentId
Time card's department ID
(Inherited from TimecardLineBase.)
Public propertyDifferentials
Differential hours contained in the time card.
Public propertyDivisionId
Time card's associated division ID. Comes from start transaction's device.
(Inherited from TimecardLineBase.)
Public propertyEmployeeStatus
Employee's status used for calculations.
Public propertyIsForecast
Indicates if time card is forecasted thus without any transactions. Represents future days.
Public propertyIsManual
Indicates if any of the transactions were manually added/modified.
(Inherited from TimecardLineBase.)
Public propertyIsMissing
Indicates if time card is missing thus without any transactions. Represents absent days.
(Inherited from TimecardLineBase.)
Public propertyIsSystemGenerated
Indicates if the time card was generated by the system. Such as HOL (holidays).
(Inherited from TimecardLineBase.)
Public propertyJobId
Time card's job ID
(Inherited from TimecardLineBase.)
Public propertyMiscEntry
Miscellaneous transaction of time card
Public propertyMoney
Money amount
(Inherited from TimecardLineBase.)
Public propertyOT1
Overtime Level 1 hours
(Inherited from TimecardLineBase.)
Public propertyOT2
Overtime Level 2 hours
(Inherited from TimecardLineBase.)
Public propertyOT3
Overtime Level 3 hours
(Inherited from TimecardLineBase.)
Public propertyReg
Regular hours
(Inherited from TimecardLineBase.)
Public propertyRoundedStart
Time card's rounded start date/time
Public propertyRoundedStop
Time card's rounded stop date/time
Public propertyShiftId
Shift used for time card.
Public propertyStartDate
Time card's start date/time
(Inherited from TimecardLineBase.)
Public propertyStartPunch
Start transaction of time card
Public propertyStatus

Time card status

enum En_TransactionStatus { Open = 1, Closed = 2, ClosedSystem = 3 }
(Inherited from TimecardLineBase.)
Public propertyStopDate
Time card's stop date/time
(Inherited from TimecardLineBase.)
Public propertyStopPunch
Stop transaction of time card
Public propertyUnpaid
Unpaid hours
(Inherited from TimecardLineBase.)
Public propertyWage
Employee's Wage.
Public propertyWageType
Wage type enum WageType { Hourly = 1, Salary = 2, Calculated_Salary = 3, Daily = 4, Budget = 5 }
Top
See Also