Click or drag to resize

TimeGetLastPunchByEmpIdentifierParamOutPunchType Property

Gets or sets the Punch Type

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public PunchTypes PunchType { get; set; }

Property Value

PunchTypes
Remarks
This value represents Punch type. Please view the Enumerated Values below for a valid list of Enum types.

Enumerated Values

NameValue
ClockIn2
ClockOut3
StartLunch4
EndLunch5
StartBreak6
EndBreak7
Transfer8
Example
ClockIn ,2
See Also