[This is preliminary documentation and is subject to change.]
Creates a zone with a single transition between two offsets.

Declaration Syntax
public SingleTransitionDateTimeZone(
Instant transitionPoint,
int offsetBeforeHours,
int offsetAfterHours
)
Public Sub New ( _
transitionPoint As Instant, _
offsetBeforeHours As Integer, _
offsetAfterHours As Integer _
)
public:
SingleTransitionDateTimeZone(
Instant transitionPoint,
int offsetBeforeHours,
int offsetAfterHours
)

Parameters
- transitionPoint (Instant)
- The transition point as an Instant.
- offsetBeforeHours (Int32)
- The offset of local time from UTC, in hours, before the transition.
- offsetAfterHours (Int32)
- The offset of local time from UTC, in hours, before the transition.
Assembly: NodaTime.Testing (Module: NodaTime.Testing.dll) Version: 1.2.0.0 (1.2.0)