Click or drag to resize

TimeSeriesDataValueDateTimeOffset Property

Gets the DateTimeOffset indicating the YYYY-MM-DDThh:mm date-time of this TimeSeriesDataValue, both in the local time-zone of the weather station, and relative to UTC.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public abstract DateTimeOffset DateTimeOffset { get; }

Property Value

DateTimeOffset
Remarks

This holds the full detail of the date-time associated with this TimeSeriesDataValue, including its time-zone info. All the other time-related properties of this class are just shortcuts to the various components of this DateTimeOffset.

This is defined to the level of minutes - its seconds and milliseconds will always be zero.

See Also