system.kanoa.event.getCountEvent
Description
Returns the count event for a specific timestamp.Syntax
getCountEvent(counterId, tStamp)Parameters:
Returns:
Code Examples
# Example Usage:
counterId = 123
tStamp = timestamp
countEvent = system.kanoa.event.getCountEvent(counterId, tStamp)