Companion
object Companion
Content copied to clipboard
Functions
from Day Of Unix Epoch
Link copied to clipboard
Creates a Date from the day of the Unix epoch.
from Days Since Unix Epoch
Link copied to clipboard
Creates a Date from a duration of days relative to the Unix epoch of 1970-01-01.
Properties
Extensions
from Week Date
Link copied to clipboard
Creates a Date from an ISO week date.
fun Date.Companion.fromWeekDate(year: Int, week: Int, day: Int, settings: WeekSettings): Date
Content copied to clipboard
fun Date.Companion.fromWeekDate(year: Int, week: Int, day: Int, locale: Locale): Date
Content copied to clipboard
now
Link copied to clipboard
Gets the current Date from the system clock.