Decodes schedule data from a string previously created by saveToString.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public void loadFromString ( |
A string that contains schedule data.
One of the ContentType constants.
RemarksThis method loads from a string data previously saved by saveToString.
See Also