Const
Validates or coerces a string to a Temporal.PlainTime.
Accepts ISO 8601 time strings without date or timezone (e.g. 13:45:30, 13:45:30.123456789) or existing PlainTime instances.
13:45:30
13:45:30.123456789
PlainTime
Includes JSON Schema metadata (pattern, description) so z.toJSONSchema() produces a correct JSON Schema.
pattern
description
z.toJSONSchema()
Validates or coerces a string to a Temporal.PlainTime.
Accepts ISO 8601 time strings without date or timezone (e.g.
13:45:30,13:45:30.123456789) or existingPlainTimeinstances.Includes JSON Schema metadata (
pattern,description) soz.toJSONSchema()produces a correct JSON Schema.