|
TimeFromHours Method
|
Creates a new
Time value from the specified
value in hours.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.284-beta+805ed69bbaa748bda5f49830845a2ffff2791ae0
SyntaxPublic Shared Function FromHours (
value As Double
) As Time
static member FromHours :
value : float -> Time GSF.Units.Time.FromHours = function(value);
View SourceParameters
- value Double
- New Time value in hours.
Return Value
TimeNew
Time object from the specified
value in hours.
See Also