Click or drag to resize

WizPageDataGetDateTime Method

Overload List
  NameDescription
Public methodGetDateTime(String)
Get the DateTime value for the named item in the wizard's page data. The current instance is assumed. Note that this is equivalent to calling EAPConvert.ToDateTime(data.GetString(itemName)).
Public methodGetDateTime(String, DateTime)
Get the DateTime value for the named item in the wizard's page data. The current instance is assumed. Note that this is equivalent to calling EAPConvert.ToDateTime(data.GetString(itemName), defaultValue).
Top
See Also