UtcTimeMillisecondsFloat Property

Get Coordinated Universal Time in milliseconds casted to float with modulus to avoid losing precision. The value will loop on 16777215 milliseconds in order to avoid losing precision.

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public static float MillisecondsFloat { get; }

Property Value

Single

See Also