Gets the next valid time to raise the event.
[Visual Basic] Function GetTimeOfNextOccurrence( _ ByVal baseDate As DateTime _ ) As DateTime [C#] DateTime GetTimeOfNextOccurrence( DateTime baseDate ); [C++] DateTime GetTimeOfNextOccurrence( DateTime baseDate ) = 0; [JScript] function GetTimeOfNextOccurrence( baseDate : DateTime ) : DateTime;
A DateTime that represents the next valid time to raise an event.
IRecurrencePattern Interface | IRecurrencePattern Members | System.Timers Namespace | DateTime