regionalFormatOverrides resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

A collection of strings representing formatting overrides for calendars, dates, and times.

Properties

Property Type Description
calendar String The calendar to use, e.g., Gregorian Calendar.

Returned by default.
firstDayOfWeek microsoft.graph.dayOfWeek The first day of the week to use, e.g., Sunday.

Returned by default.
shortDateFormat String The short date time format to be used for displaying dates.

Returned by default.
longDateFormat String The long date time format to be used for displaying dates.

Returned by default.
shortTimeFormat String The short time format to be used for displaying time.

Returned by default.
longTimeFormat String The long time format to be used for displaying time.

Returned by default.
timeZone String The timezone to be used for displaying time.

Returned by default.

JSON representation

The following is a JSON definition of the resource.

{
    "calendar": "string",
    "firstDayOfWeek": "string",
    "shortDateFormat": "string",
    "longDateFormat": "string",
    "shortTimeFormat": "string",
    "longTimeFormat": "string",
    "timeZone": "string"
}