다음을 통해 공유


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>
특성

적용 대상