Click or drag to resize

TimeSeriesDataValueMinute Property

Gets the number between 0 and 59 (inclusive) indicating the minute of the hour 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 Minute { get; }

Property Value

Int32
Remarks

This is a shortcut for the Minute property of DateTimeOffset.

See Also