XPathAtomicValue.ValueAsDateTimeWithZone PropertyXPathAtomicValue.ValueAsDateTimeWithZone PropertyXPathAtomicValue::ValueAsDateTimeWithZone Property

Syntax

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

Exceptions

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