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 |
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 )
TypedatetimeDateTimeDatetime | 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. |