FieldDateTime.DateTimeCalendarType property
Gets or sets a value that specifies the calendar type of the field.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property DateTimeCalendarType As CalendarType
Get
Set
'Usage
Dim instance As FieldDateTime
Dim value As CalendarType
value = instance.DateTimeCalendarType
instance.DateTimeCalendarType = value
public CalendarType DateTimeCalendarType { get; set; }
Property value
Type: Microsoft.SharePoint.Client.CalendarType
Returns a CalendarType instance representing the calendar type of the field.
Remarks
It must be none if the field is in an external list.