Click or drag to resize

TimeSeriesDataValueDay Property

Gets the Day indicating the YYYY-MM-DD date that this TimeSeriesDataValue falls on in the local time-zone of the weather station.

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

Property Value

Day
Remarks

This is calculated from the DateTimeOffset, but it represents only the YYYY-MM-DD part, it doesn't include the time or the time-zone info.

See Also