Table of Contents

Interface IClockDayTimeTimer

Namespace
KZDev.SystemClock.PrimeTime
Assembly
KZDev.SystemClock.PrimeTime.dll

Registration for a time-of-day timer created from a clock's timer registration API; supporting change of the target time of day (BCL subset using the LocalTimeOfDay and UtcTimeOfDay wrappers when System.TimeOnly is available; see remarks).

public interface IClockDayTimeTimer : IDayTimeTimer, IClockTimer, IDisposable, IAsyncDisposable
Inherited Members

Remarks

Only supported in .NET 8+. Not supported in NetStandard 2.0.

Methods

Change(LocalTimeOfDay)

Changes the target local time of day for this registration.

Change(UtcTimeOfDay)

Changes the target UTC time of day for this registration.