XPathAtomicValue.ValueAsYearMonthDuration PropertyXPathAtomicValue.ValueAsYearMonthDuration PropertyXPathAtomicValue::ValueAsYearMonthDuration Property

Syntax

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

Exceptions

ExceptionCondition
OverflowExceptionOverflowExceptionOverflowExceptionThe value was too large to be stored in a YearMonthDurationYearMonthDurationYearMonthDuration
FormatExceptionFormatExceptionFormatExceptionThe value was not a valid lexical value for xs:yearMonthDuration.
InvalidCastExceptionInvalidCastExceptionInvalidCastExceptionThe value cannot be cast to xs:yearMonthDuration.