TimeAddPunchValidationParamOutAvailablePunchTypes Property | |
Gets or sets the valid available Punch Types
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public List<PunchTypes> AvailablePunchTypes { get; set; }
function get_AvailablePunchTypes();
function set_AvailablePunchTypes(value);
Property Value
ListPunchTypesRemarks
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,ClockOut]
See Also