Search
Schedule.saveToXml Method (String)
See Also
 






Saves the schedule to the specified XML document.

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

 Syntax

Java  Copy Code

public void saveToXml (
    String filePath
)

 Parameters

filePath

Path and name of the file where the schedule should be saved.

 See Also