klyn.gui.windows.Timer.interval
property
public property interval as Int:
Description

Timer period in milliseconds.

Updating the interval while the timer is running restarts the native timer with the new value.

Example
timer = Timer()
timer.interval = 500