Timestamp.Constructor Constructor
Constructs EinhugurDuckDB.Timestamp object from year, month, day, hour. minute, second and millisecond.

Constructor(
year
as Int32,
month
as Int32,
day
as Int32,
hour
as Int32,
minute
as Int32,
second
as Int32,
millisecond
as Int32)
Parameters
- year
- Number of years.
- month
- Number of months.
- day
- Number of days.
- hour
- Number of hours.
- minute
- Number of minutes.
- second
- Number of seconds.
- millisecond
- Number of milliseconds.
Remarks
See Also
Timestamp Class