Universal Windows Service Class Library

DailyTrigger Constructor

Default constructor of the daily trigger class.

Overload List

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);

See Also

DailyTrigger Class | uws.Triggers Namespace | ITrigger | Trigger