Namespace Neon.Time
Classes
GatedTimer
Implements a timer that allows only one thread at a time to process timer events.
PolledTimer
Implements a timer suitable for use in scenarios that need to poll periodically to see if an action needs to be performed.
RecurringTimer
Used to manage tasks that need to be performed on a periodic basis.
SysTime
A date/time implementation that is guaranteed to be monotonically increasing even as the underlying system time is updated manually or automatically to adjust for daylight savings time or clock skewing.
Structs
GoDuration
Implements support for GO Language formatted durations. This class is useful for integrating with GO applications.
TimeOfDay
Represents the time offset since the beginning of the day.
Enums
RecurringTimerType
Enumerates the possible RecurringTimer types.