Encodes the schedule into a string.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public String saveToString ( |
One of the ContentType constants.
A string containing all schedule data.
RemarksSaves the schedule data into a JSON or XML string. Use loadFromString to restore the data later.
See Also