UserSettings
Provides information about the current user settings.
Available for
Model-driven and canvas apps
Properties
dateFormattingInfo
Date formatting information as retrieved from the server. This property is supported in both model-driven and canvas apps.
Type: DateFormattingInfo
isRTL
Returns true if the language is right to left. This property is supported in both model-driven and canvas apps.
Type: boolean
languageId
Current user's language ID. This property is supported in both model-driven and canvas apps.
Type: number
numberFormattingInfo
Number formatting information as retrieved from the server. This property is supported in both model-driven and canvas apps.
Type: NumberFormattingInfo
securityRoles
Current user roles. Supported only in model-driven apps.
Type: string[]
userId
The id of the current user. Supported only in model-driven apps.
Type: string
userName
The username of the current user. Supported only in model-driven apps.
Type: string
Methods
Method | Description |
---|---|
getTimeZoneOffsetMinutes | Gets the offset in minutes from UTC for the given date. |
Related articles
Power Apps component framework API reference
Power Apps component framework overview