Noda Time
Add Method (transition, newStandardOffsetHours, newSavingOffsetHours, newName)
NamespacesNodaTime.Testing.TimeZonesMultiTransitionDateTimeZone..::..BuilderAdd(Instant, Int32, Int32, String)

[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
C#Visual BasicVisual C++
public void Add(
	Instant transition,
	int newStandardOffsetHours,
	int newSavingOffsetHours,
	string newName
)
Public Sub Add ( _
	transition As Instant, _
	newStandardOffsetHours As Integer, _
	newSavingOffsetHours As Integer, _
	newName As String _
)
public:
void Add(
	Instant transition, 
	int newStandardOffsetHours, 
	int newSavingOffsetHours, 
	String^ newName
)
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.
newName (String)
The new zone interval name.

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