Initializes a new instance of the DataType..::.DateTime2 class
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public DateTime2( int maxSize ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ maxSize As Integer _ ) |
| Visual C++ |
|---|
public: DateTime2( int maxSize ) |
Parameters
- maxSize
- Type: System..::.Int32