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