XPathAtomicValue.ValueAsGDay PropertyXPathAtomicValue.ValueAsGDay PropertyXPathAtomicValue::ValueAsGDay Property

Gets the item's value as a GDayGDayGDay. Gets the item's value as a decimalDecimaldecimal.

Syntax

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

Property Value

Type: XmlPrime.GDayXmlPrime.GDayXmlPrime::GDay

The item's value as a GDayGDayGDay. The item's value as a decimalDecimaldecimal.

Exceptions

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