Contains details about a window entry.
| Name | Editable? | Type | Nullable? | Summary | 
|---|---|---|---|---|
| Schedule | TeamDynamix.Api.Cmdb.ScheduleDetails | This field is nullable. | Holds information on when the entry window takes effect. | |
| ID | Int32 | The ID of the window entry. | ||
| RecurringScheduleID | Int32 | The ID of the window the entry is associated with. | ||
| Name | String | The name of the window entry. | ||
| StartTime | TimeSpan | The time the window entry begins to take effect. | ||
| EndTime | TimeSpan | The time the window entry finishes being in effect. | ||
| IsAllDay | Boolean | Whether the window entry is effective all day. | ||
| RecurrenceStartDate | DateTime | This field is nullable. | The first date the window entry will take effect. | |
| RecurrenceEndDate | DateTime | This field is nullable. | The last date the window entry will be in effect. | |
| CreatedUID | Guid | The window entry creator UID. | ||
| CreatedDateUtc | DateTime | The window entry create date. | ||
| ModifiedUID | Guid | The UID of the last user to modify the window entry. | ||
| ModifiedDateUtc | DateTime | The last date the window entry was modified. |