Search
Schedule.saveToString Method
See Also
 






Encodes the schedule into a string.

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

 Syntax

Java  Copy Code

public String saveToString (
    ContentType contentType
)

 Parameters

contentType

One of the ContentType constants.

 Return Value

A string containing all schedule data.

 Remarks

Saves the schedule data into a JSON or XML string. Use loadFromString to restore the data later.

 See Also