Udostępnij za pośrednictwem


XmlILStorageConverter.DateTimeToAtomicValue Metoda

Definicja

Konwertuje DateTime wartość na XmlAtomicValue .

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Wartość typu DateTime do przekonwertowania.

index
Int32

Wartość typu Int32 , która dostarcza indeks elementu do przekonwertowania.

runtime
XmlQueryRuntime

Wystąpienie klasy XmlQueryRuntime.

Zwraca

XmlAtomicValue

XmlAtomicValueObiekt dla DateTime wartości.

Dotyczy