textValue property

String? textValue
getter/setter pair

The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT.

e.g. "2013-09-29T18:46:19Z"

Implementation

core.String? textValue;