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

Initializes a new instance of the Weekly structure.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	day As DayOfWeek, _
	timeOfDay As TimeSpan _
)
C#
public Weekly (
	DayOfWeek day,
	TimeSpan timeOfDay
)
Visual C++
public:
Weekly (
	DayOfWeek day, 
	TimeSpan timeOfDay
)

Parameters

day
System.DayOfWeek
The DayOfWeek the event occurs.
timeOfDay
System.TimeSpan
The time after midnight the event occurs.