setDateValues property

List<DateTime>? setDateValues
getter/setter pair

Replaces the value of a dateString Field with these new values.

The string must be in the RFC 3339 full-date format: YYYY-MM-DD.

Implementation

core.List<core.DateTime>? setDateValues;