Gets the format revision number of the file being loaded.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
Java Copy Code |
---|
public int getFileVersion () |
An integer value identifying the schedule file format revision number.
This revision number specifies the format of the schedule binary and XML files, but not of distinct item classes. If using custom item classes, specify their format revision number when registering them with the schedule via the Schedule.registerItemClass method.