|
Time.FromHours Method
|
Creates a new
Time value from the specified
value in hours.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
Syntaxpublic static Time FromHours(
double value
)
Public Shared Function FromHours (
value As Double
) As Time
public:
static Time FromHours(
double value
)
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