[This is preliminary documentation and is subject to change.]
The NodaTime.Utility namespace contains helper classes which don't really fit anywhere else...

C# | Visual Basic | Visual C++ |
namespace NodaTime.Utility
Namespace NodaTime.Utility
namespace NodaTime.Utility

All Types | Classes |
Icon | Type | Description |
---|---|---|
![]() | BclConversions |
Conversion methods which don't naturally fit into any other types - for example, for
enums which can't specify any other code. In most cases, conversions to and from BCL types
are provided within the type itself - such as ToDateTimeUnspecified()()()()
and FromDateTime(DateTime).
|
![]() | InvalidNodaDataException |
Exception thrown when data read by Noda Time (such as serialized time zone data) is invalid. This includes
data which is truncated, i.e. we expect more data than we can read.
|