Excerpt | ||
---|---|---|
| ||
timeBucket(time, bucketSize ) Calculates the number of time buckets of the given size in the since midnight at the start of the date and time given |
Function: timeBucket()
Calculates the number of time buckets of the given size in the size since midnight at the start of the date and time given.
Syntax
timeBucket(time, bucketSize )
Argument | Type | Description |
---|---|---|
timedatetime | DateTime | Time as a string but with a certain format - see date string formatA date and time. |
bucketSize | Integer | The size of each bucket (in seconds). |
...