...
Calculates the number of time buckets of the given size since midnight at the start of the date and time given.
Syntax
timeBucket(time,bucketSize )
Argument | Parameter Types | Description |
---|---|---|
dateTimetime | Datetime | A date and time. |
bucketSize | Integer |
Excerpt | ||
---|---|---|
| ||
timeBucket(time, bucketSize ) Calculates the number of time buckets of the given size since midnight at the start of the date and time given. |