| 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.
            
 DegreeDays (in DegreeDays.dll) Version: 1.4
 Syntax
Syntaxpublic DateTime DateTime { get; }Public ReadOnly Property DateTime As DateTime
	Get
Property Value
DateTime Remarks
Remarks
            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
See Also