Universal Windows Service Class Library

WeeklyTrigger.Configure Method (DayOfWeek, Int32, Int32, Int32)

Configure trigger using seperate arguments for.

public void Configure(
   DayOfWeek weekday,
   int hour,
   int minute,
   int second
);

Parameters

weekday
Value of the start weekday.
hour
Containing the hour of the day.
minute
Containing the minute of the hour.
second
Containing the second of the minute.

Remarks

This method configue the trigger with given start weekday and time capsulated in seperate arguments.

Exceptions

Exception TypeCondition
ArgumentExceptionThrown if an invalid start time was given.

See Also

WeeklyTrigger Class | uws.Triggers Namespace | WeeklyTrigger.Configure Overload List