WizPageDataGetDateTime Method |
Name | Description | |
---|---|---|
GetDateTime(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)).
| |
GetDateTime(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).
|