HLocalDate Struct
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents an Hazelcast DATE
primitive type value.
public readonly struct HLocalDate : IEquatable<HLocalDate>
Implements
Inherited Members
Remarks
The DATE
primitive type consists in a day, month and year, with
year being comprised between Min
Constructors
Name | Description |
---|---|
HLocal |
Initializes a new instance of the HLocal |
HLocal |
Initializes a new instance of the HLocal |
HLocal |
Initializes a new instance of the HLocal |
Fields
Name | Description |
---|---|
Max | Gets the largest possible value of a HLocal |
Max |
Gets the largest possible value of the year value. |
Min | Gets the smallest possible value of a HLocal |
Min |
Gets the smallest possible value of the year value. |
Properties
Methods
Name | Description |
---|---|
Equals(HLocal |
Indicates whether the current object is equal to another object of the same type. |
Equals(object?) | Indicates whether this instance and a specified object are equal. |
Get |
Returns the hash code for this instance. |
Parse(string) | Converts the string representation of a date to its HLocal |
To |
Converts the value of this HLocal |
To |
Converts the value of this HLocal |
To |
Returns the fully qualified type name of this instance. |
Try |
Converts the string representation of a date to its HLocal |
Try |
Converts the value of this HLocal |
Try |
Converts the value of this HLocal |
Operators
Name | Description |
---|---|
operator ==(HLocal |
Implements the == operator. |
explicit operator Date |
Implements the HLocal |
explicit operator Date |
Implements the HLocal |
explicit operator HLocal |
Implements the Date |
explicit operator HLocal |
Implements the Date |
operator !=(HLocal |
Implements the != operator. |