HLocalDateTime Struct
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents an Hazelcast SQL TIMESTAMP
primitive type value.
public readonly struct HLocalDateTime : IEquatable<HLocalDateTime>
Implements
Inherited Members
Remarks
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 |
HLocal |
Initializes a new instance of the HLocal |
Fields
Name | Description |
---|---|
Max | Gets the largest possible value of a HLocal |
Min | Gets the smallest possible value of a HLocal |
Properties
Name | Description |
---|---|
Date | Gets the date value. |
Day | Gets the day value. |
Hour | Gets the hour value. |
Minute | Gets the minute value. |
Month | Gets the month value. |
Nanosecond | Gets the nanosecond value. |
Second | Gets the second value. |
Time | Gets the time value. |
Year | Gets the year value. |
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 and time to its 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 and time to its HLocal |
Try |
Converts the value of this HLocal |
Operators
Name | Description |
---|---|
operator ==(HLocal |
Implements the == operator. |
explicit operator Date |
Implements the HLocal |
explicit operator HLocal |
Implements the Date |
operator !=(HLocal |
Implements the != operator. |