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
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 OffsetDateTime values.
Represents a pattern for parsing and formatting Offset values.
The result of a parse operation.
Represents a pattern for parsing and formatting Period values.
Exception thrown to indicate that the specified value could not be parsed.
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.