XPathAtomicValue.Create Method (GYear)XPathAtomicValue.Create Method (GYear)XPathAtomicValue::Create Method (GYear)
            Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a GYearGYearGYear value.
            
Syntax
Public Shared Function Create( _ value As GYear _ ) As XPathAtomicValue
public static XPathAtomicValue Create( GYear value )
public: static XPathAtomicValue^ Create( GYear value )
Parameters
- value
 Type: XmlPrime.GYearXmlPrime.GYearXmlPrime::GYear
The value of the created atomic value.
Return Value
Type: XmlPrime.XPathAtomicValueXmlPrime.XPathAtomicValueXmlPrime::XPathAtomicValue^
A new XPathAtomicValueXPathAtomicValueXPathAtomicValue with type xs:gYear.
