DateOptions.Calendar Property
Gets the current calendar.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Calendar As Calendar
Get
'Usage
Dim instance As DateOptions
Dim value As Calendar
value = instance.Calendar
public Calendar Calendar { get; }
Property Value
Type: System.Globalization.Calendar
A Calendar object that represents the calendar.