|  |  | Plumtree UI Infrastructure API |  | 
  |  | 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