UtilsGetCurrentTimeSeconds Method

Get the current timestamp in seconds.

This will return the current time in seconds, this is the same time that is used in Timestamp

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public static double GetCurrentTimeSeconds()

Return Value

Double
Current time in seconds.

See Also