Managed DirectShow Programming Reference

ISchedule Interface

[This is preliminary documentation and subject to change.]

Represents schedules, e.g. daily, monthly, once, etc.

For a list of all members of this type, see ISchedule Members.

public interface ISchedule

Types that implement ISchedule

Type Description
Daily Represents a daily ISchedule.
Once Represents a ISchedule that consists of a single time.
Weekly Represents a weekly ISchedule.

Remarks

A schedule is a (finite or infinite) sequence of times at which something occures.

Requirements

Namespace: KvTv.Components

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

See Also

ISchedule Members | KvTv.Components Namespace