Time.save

Overview | Methods | Fields | This Package | All Packages

Time.save

Stores the Time object in persisted storage.

Syntax

public void save( IDataStream stream )

Parameters

stream

An object that implements the IDataStream interface that is used to store the Time object to persisted storage.

Remarks

Use the save method to store a Time object in persisted storage so the state of the Time object can be persisted and restored at a later time. You can restore the persisted version of a Time object using the constructors in this class.

See Also   Time