Table of Contents

Enum DuplicateTimeBehavior

Namespace
KZDev.PrimeTime
Assembly
KZDev.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 = 0

Uses the second of the two occurrences in chronological order (the later moment on the timeline during the overlap).

RunFirst = 1

Uses 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).