HLocalDate Struct
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents Hazelcast SQL DATE type corresponding to java.time.LocalDate in Java.
public readonly struct HLocalDate : IEquatable<HLocalDate>
Implements
Constructors
| HLocalDate(DateTime) | |
| HLocalDate(Int32, Byte, Byte) |
Fields
| Max | |
| MaxYear | |
| Min | |
| MinYear |
Properties
| Day | Day value. Ranges between 1 and max number of days in given Year and Month inclusive. |
| Month | Month value. Ranges between 1 and 12 inclusive. |
| Year |
Methods
| Equals(HLocalDate) | |
| Equals(Object) | |
| GetHashCode() | |
| Parse(String) | |
| ToDateTime() | |
| ToString() | |
| TryParse(String, out HLocalDate) | |
| TryToDateTime(out DateTime) |
Operators
| Equality(HLocalDate, HLocalDate) | |
| Explicit(HLocalDate to DateTime) | |
| Explicit(DateTime to HLocalDate) | |
| Inequality(HLocalDate, HLocalDate) |