'Declaration Public Function New( _ ByVal year As Integer, _ ByVal month As Integer, _ ByVal day As Integer, _ ByVal hour As Integer, _ ByVal minute As Integer, _ ByVal second As Integer _ )
Parameters
- year
- The year of the specified timestamp. Valid values are 0001-9999.
- month
- The month of the specified timestamp. Valid values are 01-12.
- day
- The day of the specified timestamp. Valid values are 1-31.
- hour
- The hour of the specified timestamp. Valid values are 0-23.
- minute
- The minute of the specified timestamp. Valid values are 0-59.
- second
- The second of the specified timestamp. Valid values are 0-59.