Hunny Software Library Reference

Stamp.Assemble Method 

Assembles the string representation.

[Visual Basic]
Overrides Public Sub Assemble()
[C#]
public override void Assemble();

Remarks

This method, inherited from Node, executes the assemble operation for Stamp objects. The assemble operation creates or updates the string representation from the broken-down representation. For Stamp objects, the assemble operation builds the string representation from the Stamp object's attributes. Before it builds the string representation, this method first calls the Assemble() method of the object's contained DateTime object.

You should call this method after you set or modify any of the attributes of this Stamp object, and before you retrieve the string representation.

This method clears the is-modified flag.

See Also

Stamp Class | Hunny.Mime Namespace