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