Universal Windows Service Class Library

DailyTrigger.Configure Method (TimeSpan)

Configures the trigger using a TimeSpan structure.

public void Configure(
   TimeSpan time
);

Parameters

time
Structure containing start time.

Remarks

This method configue the trigger 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.Configure Overload List