GetUserTimeOffRequestDetailModelEndDateTime Property | |
The end date-time of the current user time-off request detail
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public DateTime EndDateTime { get; set; }
function get_EndDateTime();
function set_EndDateTime(value);
Property Value
DateTimeRemarks
The end date time of the current user time-off request. This value represents the end of a users assigned time-off period.
This property should only contain a valid date-time type.
Example "/Date(1437433200000-0700)/", "2015-07-31T07:00:00.000Z"
See Also