Interface DateTimeRangeFormatPart
interface DateTimeRangeFormatPart {
source: "startRange" | "endRange" | "shared";
type: keyof DateTimeFormatPartTypesRegistry;
value: string;
}
source: "startRange" | "endRange" | "shared";
type: keyof DateTimeFormatPartTypesRegistry;
value: string;
}
                 
                    
                  Hierarchy
              
              - DateTimeFormatPart- DateTimeRangeFormatPart (View Summary)