GMTDate
Create new gmt date from the timestamp.
Parameters
timestamp
is a number of epoch milliseconds (it is now
by default).
expect fun GMTDate(seconds: Int, minutes: Int, hours: Int, dayOfMonth: Int, month: Month, year: Int): GMTDate
Content copied to clipboard
Create an instance of GMTDate from the specified date/time components
Create new gmt date from the timestamp.
Parameters
timestamp
is a number of epoch milliseconds (it is now
by default).
actual fun GMTDate(seconds: Int, minutes: Int, hours: Int, dayOfMonth: Int, month: Month, year: Int): GMTDate
Content copied to clipboard
Create an instance of GMTDate from the specified date/time components