Plumtree Portal UI  
 

PTPersonalSettingsHelper.GetPersonalDateTimeFormat Method 

This method returns an XPDateFormat in the user's current locale and timezone. It's basically a wrapper around GetPersonalSettingValue_Locale and GetPersonalSettingValue_TimeZone.

public static XPDateFormat GetPersonalDateTimeFormat(
   AActivitySpace _asSpace,
   bool _localizedToUsersTimeZone
);

See Also

PTPersonalSettingsHelper Class | com.plumtree.portaluiinfrastructure.login Namespace