TimeInfo Class
Specifies a set of time blocks with appointment information.
The TimeInfo class exposes the following members.
Constructor | Description |
TimeInfo | Initializes a new instance of the TimeInfo class. |
Field | Description |
ActivityStatusCode | Specifies the status of the activity. |
CalendarId | Specifies the ID of the calendar for this block of time. |
DisplayText | Specifies the display text shown in the calendar for the time block. |
Effort | Specifies the amount of effort required for this block of time. |
End | Specifies the end time for the block. |
IsActivity | Specifies whether the block of time refers to an activity. |
SourceId | Specifies the ID of the entity instance referred to in the time block. |
SourceTypeCode | Specifies the type of entity referred to in the time block. |
Start | Specifies the start time for the block. |
SubCode | Specifies detailed information about the time block such as whether it is an appointment, break, or holiday. |
TimeCode | Specifies whether the time block is available, busy, filtered or unavailable. |
Remarks
This class is used in the ExpandCalendarResponse, QueryMultipleSchedulesResponse, and QueryScheduleResponse classes.
See Also