Function: timeBucket()
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 | Type | Description |
---|
datetime | DateTime | A date and time. |
bucketSize | Integer | The size of each bucket (in seconds). |
See Also