THURSDAY

THURSDAY(4, 3)

Instance of WeekDay for the Thursday. ISO code is 4.

Functions

clone
Link copied to clipboard
protected fun clone(): Any
compareTo
Link copied to clipboard
operator override fun compareTo(other: WeekDay): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<WeekDay>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toCore
Link copied to clipboard
internal fun toCore(): Byte
toString
Link copied to clipboard
open override fun toString(): String

Properties

isoCode
Link copied to clipboard
val isoCode: Int
ISO-8601 standard code for day of the week, from 1 (Monday) to 7 (Sunday).
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
rawCode
Link copied to clipboard
internal val rawCode: Byte
Internal SDK raw representation for day of the week.