TimeSeriesDataValueDayOfWeek Property |
Gets the
DayOfWeek indicating the day of
the week 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 DayOfWeek DayOfWeek { get; }
Public ReadOnly Property DayOfWeek As DayOfWeek
Get
Property Value
DayOfWeekRemarks
This is a shortcut for the DayOfWeek property of
DateTimeOffset and the DayOfWeek property of
Day - all will give the same
DayOfWeek.
See Also