Universal Windows Service Class Library

WeeklyTrigger Constructor

Default constructor of the weekly trigger class.

Overload List

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

See Also

WeeklyTrigger Class | uws.Triggers Namespace | ITrigger | Trigger