Click or drag to resize

AddUserTimeOffRequestModelStartTime Property

The start time per day that the request will start
* Required Property

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public DateTime StartTime { get; set; }

Property Value

DateTime
Remarks
The start time per day that the request will start. The Date portion of this value will be ignored. The value is dynamically set for each time-off request detail.

Note  Note
The StartTime hour value is also correlated to the StartDateTime hour value and will set its hour value. For example if the StartDateTimeRange was sent it with an hour value of 2016-06-16T10:00:00 then the hour portion would be overridden by the StartTime hour value.
Example
"Date(1437433200000)"
"2015-07-31T07:00:00.00"
See Also