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