Constructs a new DateTimeVariable object.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ column As DataColumn, _ provider As IFormatProvider _ ) |
| C# |
|---|
public DateTimeVariable ( DataColumn column, IFormatProvider provider ) |
| C++ |
|---|
public: DateTimeVariable ( DataColumn^ column, IFormatProvider^ provider ) |
Parameters
- column (System.Data.DataColumn)
- A DataColumn containing a name for the variable.
- provider (System.IFormatProvider)
- An object that implements IFormatProvider that is used to convert the data in column to DateTime values.
Remarks
The name of the variable is set to the Caption property
of column.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | column is nullNothingnullptr. |