Rxova
Skip to content

DateParts

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

day: number | null;

month: number | null;

year: number | null;