SP.CamlQuery.datesInUtc Property

Applies to: SharePoint Foundation 2010

Gets or sets a value that indicates whether the query returns dates in Coordinated Universal Time (UTC) format.

var value = SP.CamlQuery.get_datesInUtc(); 
SP.CamlQuery.set_datesInUtc(value);

Property Value

Type: Boolean

true if the dates are returned in UTC format.; otherwise, false.

Applies To

SP.CamlQuery Class

See Also

Reference

SP.CamlQuery Methods

SP.CamlQuery Properties

SP Namespace