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