Stores the Time object in persisted storage.
public void save( IDataStream stream )
stream
An object that implements the IDataStream interface that is used to store the Time object to persisted storage.
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