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