TimeOffRequestModelStartDateTime Property |  |
Gets or sets Start Date Time
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic DateTime StartDateTime { get; set; }
function get_StartDateTime();
function set_StartDateTime(value);
Property Value
DateTime
Remarks
This value represents the date and time at which the time off starts
Example01-01-2013 08:00 AM
See Also