TimeStampProperties Constructor(TimeStamp)
In This Topic
Initializes a new instance of the
TimeStampProperties class.
Syntax
'Declaration
Public Function New( _
ByVal As TimeStamp _
)
public TimeStampProperties(
TimeStamp
)
Parameters
- timeStamp
- The value to assign to the TimeStamp property. This cannot be a null reference (Nothing in Visual Basic).
See Also