Excerpt |
---|
|
timeBucket(time, bucketSize ) Calculates the number of time buckets of the given size in the 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 )
TypeDateTime | Time as a string but with a certain format - see date string formatDatetime | A date and time. |
bucketSize | Integer |
The size of each bucket (in seconds). | See Also
...
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. |