This abstract method stores the input submitted by the user. It should be called after a POST or GET. In the case of the date picker, it would store the date.
public abstract int StoreUserInput( XPHashtable_htRequestParameters );
Parameters
_htRequestParameters
A hashtable containing the request's name- value pairs.