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