|
TimeFromAtomicUnitsOfTime Method
|
Creates a new
Time value from the specified
value in atomic units of time.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+0f4e919571e6ec7e8e07a8e325416284b7e38fa3
Syntaxpublic static Time FromAtomicUnitsOfTime(
double value
)
Public Shared Function FromAtomicUnitsOfTime (
value As Double
) As Time
public:
static Time FromAtomicUnitsOfTime(
double value
)
static member FromAtomicUnitsOfTime :
value : float -> Time GSF.Units.Time.FromAtomicUnitsOfTime = function(value);
View SourceParameters
- value Double
- New Time value in atomic units of time.
Return Value
TimeNew
Time object from the specified
value in atomic units of time.
See Also