| TimeAddPunchValidationParamOutNextPunchType Property |  | 
                Gets or sets the Next valid Punch Type 
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic PunchTypes NextPunchType { get; set; }function get_NextPunchType();
function set_NextPunchType(value);
Property Value
PunchTypes Remarks
Remarks
                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
ExampleClockIn ,2
 See Also
See Also