|
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.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
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