Click or drag to resize

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.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public DayOfWeek DayOfWeek { get; }

Property Value

DayOfWeek
Remarks

This is a shortcut for the DayOfWeek property of DateTimeOffset and the DayOfWeek property of Day - all will give the same DayOfWeek.

See Also