HLocalTime Struct
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents an Hazelcast TIME
primitive type value.
public readonly struct HLocalTime : IEquatable<HLocalTime>
Implements
Inherited Members
Remarks
The TIME
primitive type consists in hours, minutes, seconds
and nanoseconds, with nanosecond precision and one-day range.
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 |
Midnight | Gets a value that represents midnight, i.e. "00:00:00". |
Min | Gets the smallest possible value of a HLocal |
Noon | Gets a value that represents noon, i.e. "12:00:00". |
Properties
Name | Description |
---|---|
Hour | Gets the hour value. |
Minute | Gets the minute value. |
Nanosecond | Gets the nanosecond value. |
Second | Gets the second 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 time to its HLocal |
To |
Returns the fully qualified type name of this instance. |
To |
|
To |
Converts the value of this HLocal |
Try |
Converts the string representation of a time to its HLocal |
Operators
Name | Description |
---|---|
operator ==(HLocal |
Implements the == operator. |
explicit operator Time |
Implements the HLocal |
explicit operator Time |
Implements the HLocal |
explicit operator HLocal |
Implements the Date |
explicit operator HLocal |
Implements the Time |
explicit operator HLocal |
Implements the Time |
operator !=(HLocal |
Implements the != operator. |