DB2TimeStamp Constructor(DateTime)
In This Topic
Initializes a new instance of the
DB2TimeStamp structure with the specified
System.DateTime.
Syntax
'Declaration
Public Function New( _
ByVal As Date _
)
public DB2TimeStamp(
DateTime
)
Parameters
- value
- The specified System.DateTime.
See Also