Plumtree UI Infrastructure API  
 

TimePicker.GetTimeAsEnglishString Method 

Returns the time in the format format: "h:mm:ss a" the default US en time format. Note this is a poorly named method and in fact what's returned is the time formatted to the default format of the server.

public override string GetTimeAsEnglishString();

Return Value

String selected time formatted to the default format of the server.

See Also

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