Noda Time
SingleTransitionDateTimeZone Constructor (transitionPoint, offsetBefore, offsetAfter)
NamespacesNodaTime.Testing.TimeZonesSingleTransitionDateTimeZoneSingleTransitionDateTimeZone(Instant, Offset, Offset)

[This is preliminary documentation and is subject to change.]

Creates a zone with a single transition between two offsets.
Declaration Syntax
C#Visual BasicVisual C++
public SingleTransitionDateTimeZone(
	Instant transitionPoint,
	Offset offsetBefore,
	Offset offsetAfter
)
Public Sub New ( _
	transitionPoint As Instant, _
	offsetBefore As Offset, _
	offsetAfter As Offset _
)
public:
SingleTransitionDateTimeZone(
	Instant transitionPoint, 
	Offset offsetBefore, 
	Offset offsetAfter
)
Parameters
transitionPoint (Instant)
The transition point as an Instant.
offsetBefore (Offset)
The offset of local time from UTC before the transition.
offsetAfter (Offset)
The offset of local time from UTC before the transition.

Assembly: NodaTime.Testing (Module: NodaTime.Testing.dll) Version: 1.2.0.0 (1.2.0)