Share via


VTFileTime Constructors

Definition

Overloads

VTFileTime()

Initializes a new instance of the VTFileTime class.

VTFileTime(String)

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

VTFileTime()

Initializes a new instance of the VTFileTime class.

public VTFileTime ();
Public Sub New ()

Applies to

VTFileTime(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to