[This is preliminary documentation and is subject to change.]
Adds a transition at the given instant, to the specified new standard offset,
with the new specified daylight saving. The name is generated from the transition.

Declaration Syntax
public void Add(
Instant transition,
int newStandardOffsetHours,
int newSavingOffsetHours
)
Public Sub Add ( _
transition As Instant, _
newStandardOffsetHours As Integer, _
newSavingOffsetHours As Integer _
)
public:
void Add(
Instant transition,
int newStandardOffsetHours,
int newSavingOffsetHours
)

Parameters
- transition (Instant)
- Instant at which the zone changes.
- newStandardOffsetHours (Int32)
- The new standard offset, in hours.
- newSavingOffsetHours (Int32)
- The new daylight saving offset, in hours.
Assembly: NodaTime.Testing (Module: NodaTime.Testing.dll) Version: 1.2.0.0 (1.2.0)