SPFieldDateTime.CalendarType property
Obtém ou define o tipo de calendário é usado para exibir o campo.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property CalendarType As SPCalendarType
Get
Set
'Uso
Dim instance As SPFieldDateTime
Dim value As SPCalendarType
value = instance.CalendarType
instance.CalendarType = value
public SPCalendarType CalendarType { get; set; }
Property value
Type: Microsoft.SharePoint.SPCalendarType
Um valor de Microsoft.SharePoint.SPCalendarType que especifica o tipo de calendário.