[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines the time of the next scheduled event.

Namespace: KvTv.Components
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
Public Function WhenNext ( _
	now As DateTime _
) As DateTime
C#
public DateTime WhenNext (
	DateTime now
)
Visual C++
public:
virtual DateTime WhenNext (
	DateTime now
) sealed

Parameters

now
System.DateTime
The current time.

Return Value

The time of the next scheduled event.