SimpleDate members
Represents a date value containing the year, month, and day in any local calendar.
The SimpleDate type exposes the following members.
Constructors
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
Properties
Name | Description | |
---|---|---|
![]() |
Day | Gets or sets the integer day value of the date. |
![]() |
Era | Gets or sets the integer era value of the date. |
![]() |
Month | Gets or sets the integer month value of the date. |
![]() |
Year | Gets or sets the integer year value of the date. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Returns a Boolean value indicating whether the values of the SimpleDate and the specified SimpleDate object are equivalent. (Overrides ValueType.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Returns the hash code for the date. (Overrides ValueType.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Returns a Boolean value indicating whether two SimpleDate values are equivalent. |
![]() ![]() |
GreaterThan | Returns a Boolean value indicating whether one SimpleDate value is greater than another. |
![]() ![]() |
GreaterThanOrEqual | Returns a Boolean value indicating whether one SimpleDate value is greater than or equal to another. |
![]() ![]() |
Inequality | Returns a Boolean value indicating whether two SimpleDate values are not equivalent. |
![]() ![]() |
LessThan | Returns a Boolean value indicating whether one SimpleDate value is less than another. |
![]() ![]() |
LessThanOrEqual | Returns a Boolean value indicating whether one SimpleDate value is less than or equal to another. |
Top