XmlILStorageConverter.DateTimeToAtomicValue Metoda

Definice

DateTime Převede hodnotu na hodnotu XmlAtomicValue.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

public:
 static System::Xml::Schema::XmlAtomicValue ^ DateTimeToAtomicValue(DateTime value, int index, System::Xml::Xsl::Runtime::XmlQueryRuntime ^ runtime);
public static System.Xml.Schema.XmlAtomicValue DateTimeToAtomicValue(DateTime value, int index, System.Xml.Xsl.Runtime.XmlQueryRuntime runtime);
static member DateTimeToAtomicValue : DateTime * int * System.Xml.Xsl.Runtime.XmlQueryRuntime -> System.Xml.Schema.XmlAtomicValue
Public Shared Function DateTimeToAtomicValue (value As DateTime, index As Integer, runtime As XmlQueryRuntime) As XmlAtomicValue

Parametry

value
DateTime

Hodnota typu DateTime , kterou chcete převést.

index
Int32

Hodnota typu Int32 , která poskytuje index položky, která se má převést.

runtime
XmlQueryRuntime

Instance třídy XmlQueryRuntime

Návraty

Objekt XmlAtomicValue pro DateTime hodnotu.

Platí pro