formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface LocalMonthYearDuration

    An amount of months and years.

    interface LocalMonthYearDuration {
        months: number;
        years: number;
    }
    Index

    Properties

    Properties

    months: number

    A number of months.

    years: number

    A number of years.