[This is preliminary documentation and is subject to change.]

Provides methods and properties to access the vCalendar collection.

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public class OCVCalendar : ICollection, 
	IEnumerable
Visual Basic (Declaration)
Public Class OCVCalendar _
	Implements ICollection, IEnumerable
Visual C++
public ref class OCVCalendar : ICollection, 
	IEnumerable

Inheritance Hierarchy

System..::.Object
  OfficeClip.BusinessLayer.Sync..::.OCVCalendar

See Also