Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt
hiddentrue

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 )

ArgumentTypeDescription
timedatetimeDateTimeTime as a string but with a certain format - see date string formatA date and time.
bucketSizeIntegerThe size of each bucket (in seconds).

...