Plumtree UI Infrastructure API  
 

TimePicker.GetAMPMInputName Method 

Provides a means of retrieving the HTML Input name for the AMPM portion of the date picker. This allows for using javascript to programmatically set input values, for example.

public override string GetAMPMInputName();

Return Value

String

See Also

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