Wrapper for java.sql.Time. Date components (year, month, day) are set to "zero epoch" (January 1, 1970) and should not be accessed.

1 Ax.sql.Time

Its usage can be seen with the following example:

Copy
let time = new Ax.sql.Time(1, 2, 3);
console.log(time);
Thu, 01 Jan 1970 01:02:03 CET