Uiinfrastructure API Docs  
 

TimePicker.TransformTimeToNewLocale Method 

Transforms a time from one format to another based on the Locale.

public static string TransformTimeToNewLocale(
   string _sTimeAsString,
   XPLocale _lCurrentLocale,
   XPLocale _lNewLocale,
   XPTimeZone _tzCurrentTimeZone
);

Parameters

_sTimeAsString
_lCurrentLocale
_lNewLocale
_tzCurrentTimeZone

Return Value

String

See Also

TimePicker Class | com.plumtree.uiinfrastructure.pagecontrols.timepicker Namespace