Click or drag to resize

TimeSeriesDataValueYear Property

Gets the number indicating the year that this TimeSeriesDataValue falls in in the local time-zone of the weather station.

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

Property Value

Int32
Remarks

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

See Also