Язык

TypedXmlDocument.SetDateTime Метод

Определение

Перегрузки

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)

Параметры

xpath
String
newValue
DateTime

Применяется к

SetDateTime(String, Nullable<DateTime>)

Важно!

Этот API несовместим с 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))

Параметры

xpath
String
newValue
Nullable<DateTime>
Атрибуты

Применяется к