Readonly Internal~runValidates known input values.
The input dataset.
The configuration.
The output dataset.
Optional Readonly Internal~typesThe input, output and issue type.
ReadonlyasyncWhether it's async.
ReadonlyexpectsThe expected property.
ReadonlykindThe object kind.
ReadonlymessageThe error message.
ReadonlyreferenceThe action reference.
Creates an ISO date time validation action.
Format: yyyy-mm-ddThh:mm
Hint: The regex used cannot validate the maximum number of days based on year and month. For example, "2023-06-31T00:00" is valid although June has only 30 days.
Hint: The regex also allows a space as a separator between the date and time parts instead of the "T" character.
An ISO date time action.
Creates an ISO date time validation action.
Format: yyyy-mm-ddThh:mm
Hint: The regex used cannot validate the maximum number of days based on year and month. For example, "2023-06-31T00:00" is valid although June has only 30 days.
Hint: The regex also allows a space as a separator between the date and time parts instead of the "T" character.
The error message.
An ISO date time action.
ReadonlyrequirementThe ISO date time regex.
ReadonlytypeThe action type.
ISO date time action interface.