DayAccessed Constructors
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
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.