|
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.305-beta+8726171b3e0af488d8188c8ec8e976599ba45d1f
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