mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
[office-js] [office-js-preview] (Outlook) UserProfile.timeZone is in Windows format (#41954)
This commit is contained in:
2
types/office-js-preview/index.d.ts
vendored
2
types/office-js-preview/index.d.ts
vendored
@@ -16431,7 +16431,7 @@ declare namespace Office {
|
||||
*/
|
||||
emailAddress: string;
|
||||
/**
|
||||
* Gets the user's time zone.
|
||||
* Gets the user's time zone in Windows format.
|
||||
*
|
||||
* @remarks
|
||||
*
|
||||
|
||||
2
types/office-js/index.d.ts
vendored
2
types/office-js/index.d.ts
vendored
@@ -16121,7 +16121,7 @@ declare namespace Office {
|
||||
*/
|
||||
emailAddress: string;
|
||||
/**
|
||||
* Gets the user's time zone.
|
||||
* Gets the user's time zone in Windows format.
|
||||
*
|
||||
* @remarks
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user