Duration.YearMonthDuration PropertyDuration.YearMonthDuration PropertyDuration::YearMonthDuration Property

Returns a YearMonthDurationYearMonthDurationYearMonthDuration representing the years and months in this duration

Syntax

Public ReadOnly Property YearMonthDuration As YearMonthDuration
        Get
public YearMonthDuration YearMonthDuration { get; }
public:
property YearMonthDuration YearMonthDuration {
    YearMonthDuration get();
}
 

Property Value

Type: XmlPrime.YearMonthDurationXmlPrime.YearMonthDurationXmlPrime::YearMonthDuration

A YearMonthDurationYearMonthDurationYearMonthDuration value representing the years and months components of this instance.