HsvPeriods Object Methods

Use the HsvPeriods object’s methods to return the following Period dimension-related information:

The HsvPeriods object’s methods are summarized in Table 16, HsvPeriods Object Methods, and are described in detail in the following topics.

Note:

Assign HsvPeriods object references with the Periods property of the HsvMetadata object as shown in the following example:

    Dim cMetadata as HsvMetadata, cPeriods as HsvPeriods
    Set cMetadata = m_cSession.MetaData
    Set cPeriods = cMetadata.Periods