| Get |  | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class GetUserTimeOffRequestModel
The GetUserTimeOffRequestModel type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | DateTimeSubmitted | The date-time when the time-off request was submitted | 
|   | Detail | Gets a list of GetUserTimeOffRequestDetailModel objects | 
|   | DurationPerDaySecs | The seconds per day for each day in the submission request | 
|   | EmpIdentifier | The Employee Number/Identifier of the current user time-off request | 
|   | EmpNotes | The employee notes for this time-off request | 
|   | EndDateTime | The end date-time of the current user time-off request | 
|   | EndDateTimeSchema | The end date-time of the current user time-off as a specified pattern | 
|   | ID | The time-off request id of the current users request | 
|   | IncludeWeekends | Does this time-off request include weekends | 
|   | PayTypeCode | The pay type code of the current user time-off request | 
|   | PayTypeID | The pay type id of the current user time-off request | 
|   | PayTypeName | The pay type name of the current user time-off request | 
|   | StartDateTime | The start date-time of the current user time-off request | 
|   | StartDateTimeSchema | The start date-time of the current user time-off as a specified pattern | 
|   | StatusType | The status type of the current user time-off request | 
 Remarks
Remarks|  Note | 
|---|
| This object is read-only. Direct access to setting these values must be done in the time-web user interface or through and AddModel | 
 Example
Example See Also
See Also