HsvYears Object Methods

The HsvYears object provides the GetYearRange method, which returns an application’s valid range of years.

Assign HsvYears object references with the Years property of the HsvMetadata object as shown in the following example:

    Dim cMetadata as HsvMetadata, cYears As HsvYears
    Set cMetadata = m_cSession.MetaData
    Set cYears = cMetadata.Years