| GetUserTimeOffRequestDetailModelStartDateTime Property |  | 
                The start 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
Syntaxpublic DateTime StartDateTime { get; set; }function get_StartDateTime();
function set_StartDateTime(value);
Property Value
DateTime Remarks
Remarks
                The start date time of the  current user time-off request detail.  This value represents the start of a users assigned time-off period detail. 
                This property should only contain a valid date-time type.  
                
 Example
Example"/Date(1437433200000-0700)/", "2015-07-31T07:00:00.000Z"
 See Also
See Also