Interface DateTimeFormatPart

interface DateTimeFormatPart {
    type: keyof DateTimeFormatPartTypesRegistry;
    value: string;
}
Hierarchy

Properties

Properties

value: string