VTDate Constructors

Definition

Overloads

VTDate()

Initializes a new instance of the VTDate class.

VTDate(String)

Initializes a new instance of the VTDate class with the specified text content.

VTDate()

Initializes a new instance of the VTDate class.

public VTDate ();
Public Sub New ()

Applies to

VTDate(String)

Initializes a new instance of the VTDate class with the specified text content.

public VTDate (string text);
new DocumentFormat.OpenXml.VariantTypes.VTDate : string -> DocumentFormat.OpenXml.VariantTypes.VTDate
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to