public sealed class Schedule : IMessage<Schedule>, IEquatable<Schedule>, IDeepCloneable<Schedule>, IBufferMessage, IMessage
The schedule of a recurring or one time event. The event's time span is
specified by start_time and end_time. If the scheduled event's timespan is
larger than the cron_spec + cron_job_duration, the event will be recurring.
If only cron_spec + cron_job_duration are specified, the event is effective
starting at the local time specified by cron_spec, and is recurring.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSchedule\u003c/code\u003e class defines a recurring or one-time event, specifying its duration, start time, and end time.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCronSpec\u003c/code\u003e property uses cron syntax to define the local time for the scheduled event, while \u003ccode\u003eCronJobDuration\u003c/code\u003e sets the event's duration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStartTime\u003c/code\u003e and \u003ccode\u003eEndTime\u003c/code\u003e properties, represented by \u003ccode\u003eTimestamp\u003c/code\u003e, mark the boundaries of the event's active period.\u003c/p\u003e\n"],["\u003cp\u003eThe class is implemented using multiple interfaces: \u003ccode\u003eIMessage<Schedule>\u003c/code\u003e, \u003ccode\u003eIEquatable<Schedule>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<Schedule>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions of the package are available, with version 2.2.0 being the latest version.\u003c/p\u003e\n"]]],[],null,[]]