DateTimeValue

class DateTimeValue(val dateTimeValue: String) : Value

Represents a datetime value of an input response.

Parameters

dateTimeValue

The datetime value of the response.

Constructors

Link copied to clipboard
constructor(dateTimeValue: String)

Properties

Link copied to clipboard
val dateTimeValue: String
Link copied to clipboard