The table below lists all the
xs.time built-in
functions (in this namespace:
xs.time
).
Function name | Description |
---|---|
xs.time.add | Adds the value of the hours, minutes and seconds components of an xs.dayTimeDuration to an xs.time value. |
xs.time.eq | Equality comparison on xs.time values |
xs.time.ge | Greater-than or equal comparison on xs.time values |
xs.time.gt | Greater-than comparison on xs.time values |
xs.time.le | Less-than or equal comparison on xs.time values |
xs.time.lt | Less-than comparison on xs.time values |
xs.time.ne | Not equal comparison on xs.time values |
xs.time.subtract | Returns the difference between two xs.times as an xs.dayTimeDuration. |