Click or drag to resize

TimeSeriesDataValueDateTime Property

Gets the DateTime indicating the YYYY-MM-DDThh:mm date-time of this TimeSeriesDataValue in the local time-zone of the weather station.

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

Property Value

DateTime
Remarks

This is a shortcut for the DateTime property of DateTimeOffset. Like DateTimeOffset it is defined to the level of minutes - its seconds and milliseconds will always be zero.

See Also