TypedXmlDocument.SetDateTime Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- xpath
- String
- newValue
- DateTime
Applies to
SetDateTime(String, Nullable<DateTime>)
Important
This API is not CLS-compliant.
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))
Parameters
- xpath
- String
- Attributes