Enum DuplicateTimeBehavior
- Namespace
- KZDev.SystemClock.PrimeTime
- Assembly
- KZDev.SystemClock.PrimeTime.dll
Indicates which of the two possible moments on the timeline to use when the same local wall clock time occurs twice—typically a fall-back overlap when daylight saving time ends.
public enum DuplicateTimeBehavior
Fields
RunLast = 0Uses the second of the two occurrences in chronological order (the later moment on the timeline during the overlap).
RunFirst = 1Uses the first of the two occurrences in chronological order (the earlier moment on the timeline during the overlap).
Remarks
For an ambiguous local time, the timer fires once per logical day-time occurrence (no double callback covering the duplicate window).
SkippedTimeBehavior does not apply to ambiguous times; it applies only when the wall time does not exist (spring-forward gap).