GMTDate

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

Create new gmt date from the timestamp.

Report a problem

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

Report a problem

actual fun GMTDate(timestamp: Long?): GMTDate

Create new gmt date from the timestamp.

Report a problem

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

Report a problem

actual fun GMTDate(timestamp: Long?): GMTDate

Create new gmt date from the timestamp.

Report a problem

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: <Error class: unknown class>,     year: Int): <Error class: unknown class>

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

Report a problem

actual fun GMTDate(timestamp: Long?): GMTDate

Create new gmt date from the timestamp.

Report a problem

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

Report a problem

actual fun GMTDate(timestamp: Long?): GMTDate

Create new gmt date from the timestamp.

Report a problem

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

Report a problem