GetUserTimeOffRequestModelDateTimeSubmitted Property | |
The date-time when the time-off request was submitted
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public DateTime DateTimeSubmitted { get; set; }
function get_DateTimeSubmitted();
function set_DateTimeSubmitted(value);
Property Value
DateTimeRemarks
The date-time when the time-off request was submitted. This property should only contain a valid date-time type.
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