|
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.307-beta+9737fd9b0b4f87709e68c099d312e6b151025dc8
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