GMTDate

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

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(source)

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

Report a problem

actual fun GMTDate(timestamp: Long?): GMTDate(source)

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(source)

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

Report a problem

actual fun GMTDate(timestamp: Long?): GMTDate(source)

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>(source)

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

Report a problem

actual fun GMTDate(timestamp: Long?): GMTDate(source)

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(source)

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

Report a problem

actual fun GMTDate(timestamp: Long?): GMTDate(source)

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(source)

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

Report a problem