DayToNumericString Method |
Returns a non-null, non-empty string representation of this
Day in YYYYMMDD format.
Namespace:
DegreeDays.Time
Assembly:
DegreeDays (in DegreeDays.dll) Version: 1.3
Syntaxpublic string ToNumericString()
Public Function ToNumericString As String
Return Value
Type:
StringA non-null, non-empty string representation of this
Day in
YYYYMMDD format.
See Also