TimerType (Enums)
Last changed: anonymous

.
Summary
TODO - a short description

C# Definition:

[Flags]
enum TimerType { OneShot = 0, Periodic = 1 };

VB Definition:

Enum TimerType
   TODO
End Enum

Notes:

None.

Documentation
TimerType on MSDN