public final class Time
extends java.lang.Object
Type | Property and Description |
---|---|
static javafx.beans.property.LongProperty |
startTime |
Modifier and Type | Method and Description |
---|---|
static long |
getStartTime()
Gets the start time of the current application run in epoch milliseconds.
|
static long |
now()
Gets the current time in epoch milliseconds according to the system clock.
|
static void |
setStartTime(long startTime)
Sets the start time of the current application run in epoch milliseconds.
|
static javafx.beans.property.LongProperty |
startTimeProperty() |
public static javafx.beans.property.LongProperty startTimeProperty
getStartTime()
,
setStartTime(long)
public static long now()
public static long getStartTime()
public static javafx.beans.property.LongProperty startTimeProperty()
getStartTime()
,
setStartTime(long)
public static void setStartTime(long startTime)