DateValue

class DateValue(val dateValue: String) : Value

Represents a date value of an input response.

Parameters

dateValue

The date value of the response.

Constructors

Link copied to clipboard
constructor(dateValue: String)

Properties

Link copied to clipboard
val dateValue: String
Link copied to clipboard