FieldDateTime.DateTimeCalendarType Property
Gets or sets a value that specifies the calendar type of the field.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property DateTimeCalendarType As CalendarType
Get
Set
'Usage
Dim instance As FieldDateTime
Dim value As CalendarType
value = instance.DateTimeCalendarType
instance.DateTimeCalendarType = value
[RemoteAttribute]
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.