Read-only
About Cal Sets

GetCalManager Method


Description

This method returns the ICalManager interface.

 VB Syntax

app.GetCalManager( )

Variable

(Type) - Description

app

An Application (object)

Return Type

ICalManager*

Default

Not Applicable

Example

dim app as AgilentPNA835x.Application
dim mgr as CalManager
set mgr = app.GetCalManager()

C++ Syntax

HRESULT GetCalManager( ICalManager **mgr);

Interface

IApplication