Namespace NodaTime.Text
The NodaTime.Text namespace contains types related to formatting and parsing date and time
values to and from text. Each core Noda Time type has its own "pattern" class to create a more
object-oriented (and efficient) approach to text handling than the one taken to the BCL.
See the user guide for more information.
Classes
Represents a pattern for parsing and formatting AnnualDate values.
A builder for composite patterns.
Represents a pattern for parsing and formatting Duration values.
Represents a pattern for parsing and formatting Instant values.
Exception thrown to indicate that the format pattern provided for either formatting or parsing is invalid.
Represents a pattern for parsing and formatting LocalDate values.
Represents a pattern for parsing and formatting LocalDateTime values.
Represents a pattern for parsing and formatting LocalTime values.
Represents a pattern for parsing and formatting OffsetDate values.
Represents a pattern for parsing and formatting OffsetDateTime values.
Represents a pattern for parsing and formatting Offset values.
Represents a pattern for parsing and formatting OffsetTime values.
The result of a parse operation.
Represents a pattern for parsing and formatting Period values.
Ambient settings applied for the default type converters. There's no simple context
to express this information in a more elegant way, although users can create their
own type converters to apply if they wish to.
Exception thrown to indicate that the specified value could not be parsed.
Represents a pattern for parsing and formatting YearMonth values.
Represents a pattern for parsing and formatting ZonedDateTime values.
Interfaces
Generic interface supporting parsing and formatting. Parsing always results in a
ParseResult<T> which can represent success or failure.