IntlDate.CalendarType property

Gets or sets the calendar type of the international date.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

IntlDate class

IntlDate members

Microsoft.SharePoint.Utilities namespace