Universal Windows Service Class Library

DailyTrigger Constructor (Int32, Int32, Int32)

Constructor of the daily trigger class using seperate arguments to configure it.

public DailyTrigger(
   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 constructor creates a new daily trigger object and configue it with given start time capsulated in seperated arguments.

Exceptions

Exception TypeCondition
ArgumentExceptionThrown if an invalid start time was given.

See Also

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