Parses the string representation.
This method, inherited from Node, executes the
parse operation for DateTime objects. The parse
operation creates or updates the broken-down representation from the
string representation. For DateTime objects, the parse
method parses the string representation to get the values of the
year, month, day, hour, minute, second, and time zone.
You should call this method after you set or modify the string representation, and before you retrieve the year, month, day, hour, minute second, and zone.
This method clears the is-modified flag.
DateTime Class | Hunny.Mime Namespace