Property DateTimeUTC
DateTimeUTC
Gets or sets a value indicating whether the timestamps returned will be in UTC. StartTime and EndTime will be interpreted as UTC.
public bool DateTimeUTC { get; set; }
Property Value
- bool
If set to true, all DateTime values in the Ge tTrendDataMessage have to be specified in UTC format. Also, in the response, all DateTime values will be in UTC format.
Remarks
The default value is false (i.e. local time).