Click or drag to resize

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.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public int OffsetTotalMinutes { get; }

Property Value

Int32
Remarks

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