XPathAtomicValue.ValueAsDateWithZone PropertyXPathAtomicValue.ValueAsDateWithZone PropertyXPathAtomicValue::ValueAsDateWithZone Property
Syntax
Public Overridable ReadOnly Property ValueAsDateWithZone As DateWithZone Get
public virtual DateWithZone ValueAsDateWithZone { get; }
public: virtual property DateWithZone ValueAsDateWithZone { DateWithZone get(); }
Property Value
Type: XmlPrime.DateWithZoneXmlPrime.DateWithZoneXmlPrime::DateWithZone
The item's value as a DateWithZoneDateWithZoneDateWithZone.
Exceptions
Exception | Condition |
OverflowExceptionOverflowExceptionOverflowException | The value was too large to be stored in a DateWithZoneDateWithZoneDateWithZone |
FormatExceptionFormatExceptionFormatException | The value was not a valid lexical value for xs:date . |
InvalidCastExceptionInvalidCastExceptionInvalidCastException | The value cannot be cast to xs:date . |