IsUTC |
Scroll |
Gets or sets if the condition is set as UTC value or not.
Only applies to DateTime fields and TheIntQueryFields with DateTime values.
Namespace: Therefore.API
Visual Basic Public Overridable Property IsUTC As Boolean C# public virtual bool IsUTC { set; get; }
Property Value If true, the condition values will not be converted to UTC. If false, the condition values will be converted to UTC. |