Universal Windows Service Class Library

DailyTrigger.Configure Method (Int32, Int32, Int32)

Configure trigger using seperate arguments for.

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

Parameters

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 time capsulated in seperate arguments.

Exceptions

Exception TypeCondition
ArgumentExceptionThrown if an invalid start time was given.

See Also

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