Type alias DateTimeComponentSchema

A date component schema.

Note that the value/defaultValue type is just a plain string, as native Date objects must be serialized into a string for data exchange via JSON. The expected date format is ISO-8601 with time information, e.g. YYYY-MM-DDThh:mmZ.

The smallest supported resolution is minutes, seconds are truncated to be 0 seconds.

Generated using TypeDoc