• Return a number representing the start of calendar week based on given locale

    Parameters

    • locale: string

      The locale to determine the start of the calendar week. Can be a string.

    Returns number

    A number representation of the days of the week [0: Sunday -> 6: Saturday]

Generated using TypeDoc