Table of Contents

Namespace Terminal.Gui.Time

Classes

SystemTimeProvider

Real time provider using DateTime.Now and Task.Delay for production use.

VirtualTimeProvider

Virtual time provider for testing - all time is controlled.

Interfaces

ITimeProvider

Abstraction for time-related operations, allowing virtual time in tests.

ITimer

Represents a timer that can be controlled.