This is an alternate version of the built-in [duration] type (actually a subclass of it) whose member tags never round up -- they return the whole number of units of each type. Uses the plural form of each unit, i.e., ->seconds, ->minutes, ->hours, ->days, ->weeks, ->months, ->years. Otherwise identical to [duration].
Parameters
none
Sample Usage
duration2('00:30:01')->hours;
-> 0
Source Code
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.