Time
Description:
public namespace Time
Content:
Classes:
- Cron - Simple cron scheduler with interval, daily time,
and limited cron expression support.
- DateTime - Immutable value object for date-time
operations.
- Dates - Static utility methods for DateTime operations.
- Duration - Immutable value object that represents a
duration.
- Stopwatch - Mutable stopwatch for elapsed-time
measurement.
Delegates:
- public delegate void CronTask ()
Scheduled task callback.