Default constructor of the weekly trigger class.
Default constructor of the weekly trigger class.
public WeeklyTrigger();
Constructor of the weekly trigger class using seperate arguments to configure it.
public WeeklyTrigger(DayOfWeek,int,int,int);
Constructor of the weekly trigger class using a DayOfWeek and TimeSpan structure to configure it.
public WeeklyTrigger(DayOfWeek,TimeSpan);
WeeklyTrigger Class | uws.Triggers Namespace | ITrigger | Trigger