Name

global.ScheduleTimeSpan

Description

No description available

Script

var ScheduleTimeSpan = Class.create();

ScheduleTimeSpan.prototype = {
  initialize : function() {
  },
  
  getRepeatDescription : function(type, count, start, days, monthly, yearly, month, floatWeek, floatDay, tz) {
  	tz = tz || "";
  	return GlideScheduleTimeSpan.getRepeatDescription(type, count, start, days, monthly, yearly, month, floatWeek, floatDay, tz);
  }
}

Sys ID

d1e875e8c0a8020200ff27f535521d5d

Offical Documentation

Official Docs: