Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 2.18 KB

regionalformatoverrides.md

File metadata and controls

58 lines (47 loc) · 2.18 KB
title description ms.localizationpriority author ms.subservice doc_type
regionalFormatOverrides resource type
A resource representing regional formatting overrides for calendars, dates, and times.
medium
jasonbro
entra-users
resourcePageType

regionalFormatOverrides resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"
}