TemperatureUnitGetValues Method |
Returns an array of the available TemperatureUnit values.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static TemperatureUnit[] GetValues()
Public Shared Function GetValues As TemperatureUnit()
Return Value
TemperatureUnitAn array of the available
TemperatureUnit values.
Remarks
The returned array can be modified freely without affecting the arrays
returned by past, concurrent, or future calls to this method.
See Also