Context object used during date and time parsing. !(p) This class represents the current state of the parse. It has the ability to store and retrieve the parsed values and manage optional segments. It also provides key information to the parsing methods. !(p) Once parsing is complete, the {@link #toUnresolved()} is used to obtain the unresolved result data. The {@link #toResolved()} is used to obtain the resolved result.