DateOptions.Calendar property
Obtém o calendário atual.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property Calendar As Calendar
Get
'Uso
Dim instance As DateOptions
Dim value As Calendar
value = instance.Calendar
public Calendar Calendar { get; }
Property value
Type: System.Globalization.Calendar
Um objeto Calendar que representa o calendário.