Noda Time
SkippedTimeException Constructor (localDateTime, zone)
NamespacesNodaTimeSkippedTimeExceptionSkippedTimeException(LocalDateTime, DateTimeZone)

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

Creates a new instance for the given local date/time and time zone.
Declaration Syntax
C#Visual BasicVisual C++
public SkippedTimeException(
	LocalDateTime localDateTime,
	DateTimeZone zone
)
Public Sub New ( _
	localDateTime As LocalDateTime, _
	zone As DateTimeZone _
)
public:
SkippedTimeException(
	LocalDateTime localDateTime, 
	DateTimeZone^ zone
)
Parameters
localDateTime (LocalDateTime)
The local date/time which is skipped in the specified time zone.
zone (DateTimeZone)
The time zone in which the local date/time does not exist.
Remarks
User code is unlikely to need to deliberately call this constructor except possibly for testing.

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