Week

data class Week(val year: Int, val week: Int) : TextFieldRangeConstraint(source)

For week input type. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/week

Constructors

Link copied to clipboard
constructor(year: Int, week: Int)

Properties

Link copied to clipboard
val week: Int
Link copied to clipboard
val year: Int

Functions

Link copied to clipboard
open override fun stringValue(type: TextFieldInputType): String