TimeSeriesDataValueDayOfMonth Property |
Gets the number between 1 and 31 (inclusive) indicating the
day of the month 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 int DayOfMonth { get; }
Public ReadOnly Property DayOfMonth As Integer
Get
Property Value
Int32Remarks
This is a shortcut for the Day property of
DateTimeOffset and the DayOfMonth property of
Day - all will give the same number.
See Also