Plumtree UI Infrastructure API  
 

ADatePickerComponent.GetDateTime Method 

Return the XPDateTime for the specific data picker

public static XPDateTime GetDateTime(
   XPHashtable _htRequestParameters,
   string _strUniqueInstanceID,
   XPLocale _xpLocale,
   XPTimeZone _xpTimeZone,
   bool _bDoValidation,
   AccessStyles _asAccessStyle
);

Parameters

_htRequestParameters
name/value pairs in the request
_strUniqueInstanceID
unique id for this control
_xpLocale
Locale for this control
_xpTimeZone
TimeZone for this control
_bDoValidation
_asAccessStyle

Return Value

XPDateTime

See Also

ADatePickerComponent Class | com.plumtree.uiinfrastructure.pagecontrols.datepicker Namespace