Preparing search index...
    interface UserLocaleType {
        getDateFormat: () => string;
        getDateHoursMinutesFormat: () => string;
        getDateTimeFormat: () => string;
        getDateTimeMillsFormat: () => string;
        getDecimalSeparator: () => string;
        getServerDateFormat: () => string;
        getServerTimeFormat: () => string;
        getServerTimestampFormat: () => string;
        getThousandSeparator: () => string;
        getTimeFormat: () => string;
        getTimeMillsFormat: () => string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    getDateFormat: () => string
    getDateHoursMinutesFormat: () => string
    getDateTimeFormat: () => string
    getDateTimeMillsFormat: () => string
    getDecimalSeparator: () => string
    getServerDateFormat: () => string
    getServerTimeFormat: () => string
    getServerTimestampFormat: () => string
    getThousandSeparator: () => string
    getTimeFormat: () => string
    getTimeMillsFormat: () => string