|
TimeFromPlanckTime Method
|
Creates a new
Time value from the specified
value in Planck time.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.315-beta+4adf42f504c53785d91f363b84ec3ef7639a1462
SyntaxPublic Shared Function FromPlanckTime (
value As Double
) As Time
public:
static Time FromPlanckTime(
double value
)
static member FromPlanckTime :
value : float -> Time GSF.Units.Time.FromPlanckTime = function(value);
View SourceParameters
- value Double
- New Time value in Planck time.
Return Value
TimeNew
Time object from the specified
value in Planck time.
See Also