version

returns the version of dhtmlxScheduler

string version;

Example

var version = scheduler.version; // "4.0"

Back to top