TimeSeriesDataValueOffsetTotalMinutes Property |
Gets the total number of minutes by which the date-time of this
TimeSeriesDataValue (in the local time zone of the weather
station) is offset from UTC.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public int OffsetTotalMinutes { get; }
Public ReadOnly Property OffsetTotalMinutes As Integer
Get
Property Value
Int32Remarks
For example, for a TimeSeriesDataValue with a date-time of
2020-08-15T11:43+01:00 this would return 60, and for one with a
date-time of 2020-08-15T11:43-05:00 it would return -300.
This is calculated from the Offset property of
DateTimeOffset.
See Also