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.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

System.Object
  Microsoft.Crm.Sdk.Messages.TimeInfo

[DataContractAttribute(Namespace = "http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class TimeInfo : IExtensibleDataObject

NameDescription
System_CAPS_pubmethodTimeInfo()

Initializes a new instance of theTimeInfo class.

NameDescription
System_CAPS_pubpropertyActivityStatusCode

Gets or sets the status of the activity.

System_CAPS_pubpropertyCalendarId

Gets or sets the ID of the calendar for this block of time.

System_CAPS_pubpropertyDisplayText

Gets or sets the display text shown in the calendar for the time block.

System_CAPS_pubpropertyEffort

Gets or sets the amount of effort required for this block of time.

System_CAPS_pubpropertyEnd

Gets or sets the end time for the block.

System_CAPS_pubpropertyExtensionData

Gets or sets the structure that contains extra data.

System_CAPS_pubpropertyIsActivity

Gets or sets the value that indicates whether the block of time refers to an activity.

System_CAPS_pubpropertySourceId

Gets or sets the ID of the record referred to in the time block.

System_CAPS_pubpropertySourceTypeCode

Gets or sets the type of entity referred to in the time block.

System_CAPS_pubpropertyStart

Gets or sets the start time for the block.

System_CAPS_pubpropertySubCode

Gets or sets information about the time block such as whether it is an appointment, break, or holiday.

System_CAPS_pubpropertyTimeCode

Gets or sets the value that indicates whether the time block is available, busy, filtered or unavailable.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: