Tag Link | [Duration->Second] | Category | Date |
---|---|---|---|
Type | Member | Source Available | No |
Support | Preferred | Version | 6.0 |
Change | Unchanged | Data Source | Any |
Output Type | Integer | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0 |
[Duration->Second] returns the integer number of seconds in a specified duration. The specified duration must first be cast using the [Duration] tag before it can be used.
[(Duration)->Second]
No Parameters Required.
To return the number of seconds in a duration:
The following example returns the number of seconds in a duration of 10 minutes (00:10:00).
[(Duration:'00:10:00')->Second]
600