Rxova
Skip to content

TimeParts

A partially-entered time. null means “that segment is still empty”.

hour: number | null;

Always 0–23 internally, even when the field displays 12-hour.


minute: number | null;

second: number | null;