|
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.268-beta+28730b62ad377e8155ec2852578ace1cb586960c
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