sdk
/
com.mapbox.search.metadata
/
WeekDay
/
SATURDAY
S
A
T
U
R
D
A
Y
SATURDAY
(6, 5)
Content copied to clipboard
Instance of
WeekDay
for the Saturday. ISO code is 6.
Functions
Properties
Functions
clone
Link copied to clipboard
protected fun
clone
():
Any
Content copied to clipboard
compareTo
Link copied to clipboard
operator override fun
compareTo
(other:
WeekDay
):
Int
Content copied to clipboard
equals
Link copied to clipboard
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
finalize
Link copied to clipboard
fun
finalize
()
Content copied to clipboard
getDeclaringClass
Link copied to clipboard
fun
getDeclaringClass
():
Class
<
WeekDay
>
Content copied to clipboard
hashCode
Link copied to clipboard
override fun
hashCode
():
Int
Content copied to clipboard
toCore
Link copied to clipboard
internal fun
toCore
():
Byte
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
isoCode
Link copied to clipboard
val
isoCode
:
Int
Content copied to clipboard
ISO-8601 standard code for day of the week, from 1 (Monday) to 7 (Sunday).
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
rawCode
Link copied to clipboard
internal val
rawCode
:
Byte
Content copied to clipboard
Internal SDK raw representation for day of the week.