TimeGetLastPunchByEmpIdentifierParamOutPunchDateTime Property | |
Gets or sets the Punch DateTime
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public DateTime PunchDateTime { get; set; }
function get_PunchDateTime();
function set_PunchDateTime(value);
Property Value
DateTimeRemarks
This value represents punch date and time at which the punch is getting added.
Example 01-01-2013 08:00 AM
See Also