Share via


DayAccessed Constructors

Definition

Overloads

DayAccessed()

Initializes a new instance of the DayAccessed class.

DayAccessed(String)

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

DayAccessed()

Initializes a new instance of the DayAccessed class.

public DayAccessed ();
Public Sub New ()

Applies to

DayAccessed(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to