Month Constructors

Definition

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.

Applies to