TypedXmlDocument.SetDateTime Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
SetDateTime(String, DateTime) | |
SetDateTime(String, Nullable<DateTime>) |
SetDateTime(String, DateTime)
public:
virtual void SetDateTime(System::String ^ xpath, DateTime newValue);
public virtual void SetDateTime (string xpath, DateTime newValue);
abstract member SetDateTime : string * DateTime -> unit
override this.SetDateTime : string * DateTime -> unit
Public Overridable Sub SetDateTime (xpath As String, newValue As DateTime)
Parametry
- xpath
- String
- newValue
- DateTime
Platí pro
SetDateTime(String, Nullable<DateTime>)
Důležité
Toto rozhraní API neodpovídá specifikaci CLS.
public:
virtual void SetDateTime(System::String ^ xpath, Nullable<DateTime> newValue);
[System.CLSCompliant(false)]
public virtual void SetDateTime (string xpath, Nullable<DateTime> newValue);
abstract member SetDateTime : string * Nullable<DateTime> -> unit
override this.SetDateTime : string * Nullable<DateTime> -> unit
Public Overridable Sub SetDateTime (xpath As String, newValue As Nullable(Of DateTime))
Parametry
- xpath
- String
- Atributy