Click or drag to resize

GetUserTimeOffRequestModelDateTimeSubmitted Property

The date-time when the time-off request was submitted

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

Property Value

DateTime
Remarks
The date-time when the time-off request was submitted. This property should only contain a valid date-time type.

Caution note  Caution
This value should represent the exact time and which the user physically submitted the request to the system. If your using a delayed batched push then setting this value to the time of the push would in-validate the correctness of this value. Please be sure to provide the users actual submission time.
Example
"/Date(1437433200000-0700)/", "2015-07-31T07:00:00.000Z"
See Also