Plumtree Portal UI  
 

PTPersonalSettingsHelper.GetPersonalSettingValue_TimeZone Method 

This method returns an XPTimeZone object created from the current user's time zone. If that cannot be done, then it returns an XPTimeZone made from the default time zone.

public static XPTimeZone GetPersonalSettingValue_TimeZone(
   AActivitySpace _asSpace
);

Parameters

_asSpace
The current Activity Space.

Return Value

The XPTimeZone.

See Also

PTPersonalSettingsHelper Class | com.plumtree.portaluiinfrastructure.login Namespace