XPathAtomicValue.ValueAsGMonthDay PropertyXPathAtomicValue.ValueAsGMonthDay PropertyXPathAtomicValue::ValueAsGMonthDay Property

Gets the item's value as a GMonthDayGMonthDayGMonthDay.

Syntax

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

Exceptions

ExceptionCondition
FormatExceptionFormatExceptionFormatExceptionThe value was not a valid lexical value for xs:gMonthDay.
InvalidCastExceptionInvalidCastExceptionInvalidCastExceptionThe value cannot be cast to xs:gMonthDay.