Table of Contents

Property LocalScheduleTimeZone

Namespace
KZDev.PrimeTime
Assembly
KZDev.PrimeTime.dll

LocalScheduleTimeZone

Gets the time zone used to resolve the local calendar date and local wall-clock time for local day-time timer registration and for LocalZonedNowInstant.

TimeZoneInfo LocalScheduleTimeZone { get; }

Property Value

TimeZoneInfo

Remarks

When the underlying zone is a NodaTime.TimeZones.BclDateTimeZone, this is the wrapped TimeZoneInfo (for example the zone passed to FromTimeZoneInfo(TimeZoneInfo) on a test clock). Otherwise (for example a pure TZDB zone with no single BCL equivalent), implementations fall back to Local.

Matches LocalTimeZone when the clock is exposed through KZDev.PrimeTime.PrimeClockTimeProviderAdapter.