SimpleDate constructor
Initializes a new instance of the SimpleDate class.
Overload list
Name | Description | |
---|---|---|
SimpleDate(Int32, Int32, Int32) | Initializes a new instance of the SimpleDate class using the specified year, month and day values. | |
SimpleDate(Int32, Int32, Int32, Int32) | Initializes a new instance of the SimpleDate class using the specified year, month, day and era values. |
Top