PublishDate 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
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.