Share via


PublishDate Constructors

Definition

Overloads

PublishDate()

Initializes a new instance of the PublishDate class.

PublishDate(String)

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

PublishDate()

Initializes a new instance of the PublishDate class.

public PublishDate ();
Public Sub New ()

Applies to

PublishDate(String)

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

public PublishDate (string text);
new DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate : string -> DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to