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.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public virtual Day Day { get; }
Public Overridable ReadOnly Property Day As Day
Get
Property Value
DayRemarks
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