SPQuery.DatesInUtc Property
Gets or sets a Boolean value that specifies whether the query returns dates in Coordinated Universal Time (UTC) format.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Property DatesInUtc As Boolean
Get
Set
Dim instance As SPQuery
Dim value As Boolean
value = instance.DatesInUtc
instance.DatesInUtc = value
public bool DatesInUtc { get; set; }
Property Value
Type: System.Boolean
true if dates are returned in UTC format; otherwise, false.