TimeInfo Class

Definition

Specifies a set of time blocks with appointment information.

public ref class TimeInfo sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class TimeInfo : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type TimeInfo = class
    interface IExtensibleDataObject
Public NotInheritable Class TimeInfo
Implements IExtensibleDataObject
Inheritance
TimeInfo
Attributes
Implements

Constructors

TimeInfo()

Initializes a new instance of theTimeInfo class.

Properties

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.

Applies to

See also