dateTime property

String? dateTime
final

The date and time, in ISO 8601 format.

This should be a string in the format "yyyy-MM-ddTHH:mm:ss", e.g. "2023-06-30T15:30:00" for June 30, 2023 at 3:30pm.

Implementation

final String? dateTime;