TimeInfo Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Specifies a set of time blocks with appointment information.
For the Web API the corresponding type is TimeInfo ComplexType.
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
| Name | Description | |
|---|---|---|
![]() | TimeInfo() | Initializes a new instance of theTimeInfo class. |
| Name | Description | |
|---|---|---|
![]() | ActivityStatusCode | Gets or sets the status of the activity. |
![]() | CalendarId | Gets or sets the ID of the calendar for this block of time. |
![]() | DisplayText | Gets or sets the display text shown in the calendar for the time block. |
![]() | Effort | Gets or sets the amount of effort required for this block of time. |
![]() | End | Gets or sets the end time for the block. |
![]() | ExtensionData | Gets or sets the structure that contains extra data. |
![]() | IsActivity | Gets or sets the value that indicates whether the block of time refers to an activity. |
![]() | SourceId | Gets or sets the ID of the record referred to in the time block. |
![]() | SourceTypeCode | Gets or sets the type of entity referred to in the time block. |
![]() | Start | Gets or sets the start time for the block. |
![]() | SubCode | Gets or sets information about the time block such as whether it is an appointment, break, or holiday. |
![]() | TimeCode | Gets or sets the value that indicates whether the time block is available, busy, filtered or unavailable. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright

