Skip to content

mattermostmodelsusers Timezone

BigMakCode edited this page Aug 5, 2024 · 1 revision

Timezone Public class

Description

User timezone.

Diagram

 flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph Mattermost.Models.Users
Mattermost.Models.Users.Timezone[[Timezone]]
end
Loading

Members

Properties

Public properties

TypeNameMethods
stringAutomaticTimezone
This value is set automatically when the "useAutomaticTimezone" is set to "true".
get, set
stringManualTimezone
Value when setting manually the timezone, i.e. "Europe/Berlin".
get, set
TimeZoneInfoTimeZoneInfo
Current user timezone object.
get
stringUseAutomaticTimezone
Set to "true" to use the browser/system timezone, "false" to set manually. Defaults to "true".
get, set

Details

Summary

User timezone.

Constructors

Timezone

publicTimezone()

Properties

AutomaticTimezone

publicstringAutomaticTimezone{get;set;}
Summary

This value is set automatically when the "useAutomaticTimezone" is set to "true".

ManualTimezone

publicstringManualTimezone{get;set;}
Summary

Value when setting manually the timezone, i.e. "Europe/Berlin".

UseAutomaticTimezone

publicstringUseAutomaticTimezone{get;set;}
Summary

Set to "true" to use the browser/system timezone, "false" to set manually. Defaults to "true".

TimeZoneInfo

publicTimeZoneInfoTimeZoneInfo{get;}
Summary

Current user timezone object.

Generated withModularDoc

Clone this wiki locally