Time.LocalDateAttribute

enum Time.LocalDateAttribute : Enum, Field


Summary

Enum Values

day

The current date.

month

The current date.

monthDay

MonthDay corresponding to the current date.

year

The current date.

yearMonth

YearMonth corresponding to the current date.

Public functions

Time.LocalDateAttribute
valueOf(value: String)

Returns the enum constant of this type with the specified name.

Array<Time.LocalDateAttribute>

Returns an array containing the constants of this enum type, in the order they're declared.

Enum Values

monthDay

val Time.LocalDateAttribute.monthDayTime.LocalDateAttribute

MonthDay corresponding to the current date.

yearMonth

val Time.LocalDateAttribute.yearMonthTime.LocalDateAttribute

YearMonth corresponding to the current date.

Public functions

valueOf

fun valueOf(value: String): Time.LocalDateAttribute

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws
kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

values

fun values(): Array<Time.LocalDateAttribute>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

Public properties

descriptor

open val descriptorDescriptor

fieldName

open val fieldNameString

isNullable

val isNullableBoolean

tag

open val tagUInt

typeEnum

open val typeEnumType

typeName

open val typeNameString