Noda Time
NodaTime.Utility Namespace
NamespacesNodaTime.Utility

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

The NodaTime.Utility namespace contains helper classes which don't really fit anywhere else...

Declaration Syntax
C#Visual BasicVisual C++
namespace NodaTime.Utility
Namespace NodaTime.Utility
namespace NodaTime.Utility
Types
All TypesClasses
IconTypeDescription
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.