Uiinfrastructure API Docs  
 

JSDateTimePicker.GetDateTimeMethod

Return the XPDateTime for the specific date picker

publicstaticXPDateTimeGetDateTime(
XPHashtable_htRequestParameters,
string_strDateInputName,
XPLocale_xpLocale,
XPTimeZone_xpTimeZone
);

Parameters

_htRequestParameters
The XPHashtable of request name/value pairs.
_strDateInputName
unique instance name for this control
_xpLocale
XPLocale for this control
_xpTimeZone
XPTimeZone for this control

Return Value

XPDateTime the XPDateTime derived from the request and various parameters passed in

See Also

JSDateTimePicker Class | com.plumtree.uiinfrastructure.pagecontrols.jsdatetimepicker Namespace