Search
Schedule.saveTo Method
See Also
 






Saves the schedule to a file.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void saveTo (
    String fileName,
    ContentType contentType
)

 Parameters

fileName

The path of the file to save to.

contentType

One of the ContentType constants.

 Remarks

Use loadFrom to restore the data later.

 See Also