Universal Windows Service Class Library

DailyTrigger Constructor (TimeSpan)

Constructor of the daily trigger class using a TimeSpan structure to configure it.

public DailyTrigger(
   TimeSpan time
);

Parameters

time
Structure containing start time.

Remarks

This constructor creates a new daily trigger object and configue it with given start time capsulated in TimeSpan structure.

Exceptions

Exception TypeCondition
ArgumentExceptionThrown if an invalid start time was given.

See Also

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