TimeGetLastPunchByEmpIdentifierParamOutPunchType Property | |
Gets or sets the Punch Type
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public PunchTypes PunchType { get; set; }
function get_PunchType();
function set_PunchType(value);
Property Value
PunchTypesRemarks
This value represents Punch type.
Please view the Enumerated Values below for a valid list of Enum types.
Enumerated Values
Name | Value |
---|
ClockIn | 2 |
ClockOut | 3 |
StartLunch | 4 |
EndLunch | 5 |
StartBreak | 6 |
EndBreak | 7 |
Transfer | 8 |
Example ClockIn ,2
See Also