Click or drag to resize

TimeSeriesDataValueDayOfYear Property

Gets the number between 1 and 366 inclusive (365 for non-leap years) indicating the day of the year 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 int DayOfYear { get; }

Property Value

Int32
Remarks

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

See Also