Month 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
Month() |
Initializes a new instance of the Month class. |
Month(String) |
Initializes a new instance of the Month class with the specified text content. |
Month()
Initializes a new instance of the Month class.
public Month ();
Public Sub New ()
Applies to
Month(String)
Initializes a new instance of the Month class with the specified text content.
public Month (string text);
new DocumentFormat.OpenXml.Bibliography.Month : string -> DocumentFormat.OpenXml.Bibliography.Month
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.