GMTDate

expect fun GMTDate(timestamp: Long? = null): 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

Create an instance of GMTDate from the specified date/time components

actual fun GMTDate(timestamp: Long? = null): GMTDate

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

Create an instance of GMTDate from the specified date/time components

actual fun GMTDate(timestamp: Long? = null): GMTDate
actual fun GMTDate(seconds: Int, minutes: Int, hours: Int, dayOfMonth: Int, month: Month, year: Int): GMTDate