|
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.301-beta+4028e3c83079676c2b05f426d4602f0c363a6561
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