|
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.304-beta+e40582bbb64c28edadb696048770577c4e325275
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