TimeSeriesDataValueDateTime Property |
Gets the
DateTime indicating the
YYYY-MM-DDThh:mm date-time of this
TimeSeriesDataValue in
the local time-zone of the weather station.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public DateTime DateTime { get; }
Public ReadOnly Property DateTime As DateTime
Get
Property Value
DateTimeRemarks
This is a shortcut for the DateTime property of
DateTimeOffset. Like DateTimeOffset it is
defined to the level of minutes - its seconds and milliseconds will
always be zero.
See Also