TimeSeriesDataValueMonthOfYear Property |
Gets the number between 1 (January) and 12 (December) indicating the
month of the year that this TimeSeriesDataValue falls in in the
local time-zone of the weather station.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public int MonthOfYear { get; }
Public ReadOnly Property MonthOfYear As Integer
Get
Property Value
Int32Remarks
This is a shortcut for the Month property of
DateTimeOffset and the MonthOfYear property of
Day - all will give the same number.
See Also