SPQuery.CalendarDate property

Gets or sets the calendar date of the SharePoint site.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property CalendarDate As DateTime
    Get
    Set
'Usage
Dim instance As SPQuery
Dim value As DateTime

value = instance.CalendarDate

instance.CalendarDate = value
public DateTime CalendarDate { get; set; }

Property value

Type: System.DateTime
A System.DateTime structure that contains the date based on the time-date format definition set on the system.

See also

Reference

SPQuery class

SPQuery members

Microsoft.SharePoint namespace