Share via


IActorReminder.DueTime Property

Definition

Gets the time when the reminder is first due to be invoked.

public TimeSpan DueTime { get; }
member this.DueTime : TimeSpan
Public ReadOnly Property DueTime As TimeSpan

Property Value

The time when the reminder is first due to be invoked.

Remarks

A value of negative one (-1) milliseconds means the reminder is not invoked. A value of zero (0) means the reminder is invoked immediately after registration.

Applies to