TimeInfo.CalendarId Field
Specifies the ID of the calendar for this block of time.
Syntax
[Visual Basic .NET]
Public Field CalendarId As Guid
[C#]
public Guid CalendarId;
[JScript]
public var CalendarId : Guid;
Remarks
The CalendarId field corresponds to the calendar.calendarid field, which is the primary key for the calendar entity.
See Also