TimecardLineStartPunch Property |
Start transaction of time card
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Punch StartPunch { get; set; }
Public Property StartPunch As Punch
Get
Set
public:
property Punch^ StartPunch {
Punch^ get ();
void set (Punch^ value);
}
member StartPunch : Punch with get, set
Property Value
Type:
PunchSee Also