Class UserSettings

Top Previous Topic Next Topic  Print this topic

The UserSettings class specifies the settings associated with an Ecrion Omni System user.

 

Members/Properties

 

Name

Description

LocalTimeZone

Specifies the local time zone to which an Ecrion Omni System user belongs.

 

 

LocalTimeZone

 

Specifies the local time zone to which an Ecrion Omni System user belongs. This value is mandatory.

The accepted values are the ones retrieved from the Id property of the TimeZoneInfo Class specific to .NET Framework. For more details, you can consult Microsoft's MSDN TimeZoneInfo documentation page.

 

 

       public String LocalTimeZone;