Companion
object Companion
Content copied to clipboard
Functions
from Nanosecond Of Day
Link copied to clipboard
Creates a Time from the nanosecond of the day.
from Nanoseconds Since Start Of Day
Link copied to clipboard
Creates the Time at a number of nanoseconds since the start of the day.
from Second Of Day
Link copied to clipboard
Creates a Time from the second of the day and optionally, the number of nanoseconds within that second.
from Seconds Since Start Of Day
Link copied to clipboard
fun fromSecondsSinceStartOfDay(seconds: Seconds, nanosecondAdjustment: Nanoseconds = 0.nanoseconds): Time
Content copied to clipboard
Creates the Time at a number of seconds since the start of the day and optionally, a number of additional nanoseconds.
Properties
Extensions
now
Link copied to clipboard
Gets the current Time from the system clock.