Universal Windows Service Class Library

OneTimeTrigger.Configure Method (DateTime)

Configures the trigger using a DateTime structure.

public void Configure(
   DateTime dateTime
);

Parameters

dateTime
Structure containing start date and time.

Remarks

This method configue the trigger with given start date and time capsulated in DateTime structure.

Exceptions

Exception TypeCondition
ArgumentExceptionThrown if an invalid start date and time was given.

See Also

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