new_periodic_id


Description:

public ClockID new_periodic_id (ClockTime start_time, ClockTime interval)

Gets an ID from this to trigger a periodic notification.

The periodic notifications will start at time start_time and will then be fired with the given interval.

Parameters:

this

The ClockID to get a periodic notification id from

start_time

the requested start time

interval

the requested interval

Returns:

a ClockID that can be used to request the time notification.