Plumtree UI Infrastructure API  
 

HTMLDuration.GetValueInSeconds Method 

Return the value of this page contrl in seconds. so if the units is set to minutes and the value of the textbox is 5 return 5 * 60 or 300.

public virtual int GetValueInSeconds();

Return Value

the value in seconds

See Also

HTMLDuration Class | com.plumtree.uiinfrastructure.pagecontrols.htmlpagecontrols Namespace