IntlDate.CalendarType Property
Gets or sets the calendar type of the international date.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property CalendarType As SPCalendarType
Get
Set
'Usage
Dim instance As IntlDate
Dim value As SPCalendarType
value = instance.CalendarType
instance.CalendarType = value
public SPCalendarType CalendarType { get; set; }
Property Value
Type: Microsoft.SharePoint.SPCalendarType
An SPCalendarType object that represents the calendar type.