DBDateTimeParm class | QSYS API Reference Guide
Represents a parameter for a date-time type.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> DBParm
Constructors
Name | Description |
---|---|
DBDateTimeParm(DateTime) | Initializes a new instance for a DBDateTimeParm class. |
DBDateTimeParm(DateTime)
Initializes a new instance for a DBDateTimeParm class.
DBDateTimeParm(DateTime)
Parameters
Type | Parameter name | Description |
---|---|---|
DateTime | Value | The parameter’s initial value. |