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

Provides methods and properties to access the calendar information for csv format.

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

Syntax

C#
public class OCCSVEventInfo : EventInfo, IOCDateTimeFormatInfo
Visual Basic (Declaration)
Public Class OCCSVEventInfo _
	Inherits EventInfo _
	Implements IOCDateTimeFormatInfo
Visual C++
public ref class OCCSVEventInfo : public EventInfo, 
	IOCDateTimeFormatInfo

Inheritance Hierarchy

System..::.Object
  OfficeClip.BusinessLayer.Desktop..::.EventInfo
    OfficeClip.BusinessLayer.Sync..::.OCCSVEventInfo

See Also