HLocalDateTime Struct
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents Hazelcast SQL TIMESTAMP type corresponding to java.time.LocalDateTime in Java.
public readonly struct HLocalDateTime : IEquatable<HLocalDateTime>
Implements
Constructors
| HLocalDateTime(HLocalDate, HLocalTime) | |
| HLocalDateTime(DateTime) | |
| HLocalDateTime(Int32, Byte, Byte) | |
| HLocalDateTime(Int32, Byte, Byte, Byte, Byte, Byte, Int32) |
Fields
| Max | |
| Min |
Properties
| Date | Date part represented as HLocalDate. |
| Day | Day value. Ranges between 1 and max number of days in given Year and Month inclusive. |
| Hour | Hour value. Ranges between 0 and 23 inclusive. |
| Minute | Minute value. Ranges between 0 and 59 inclusive. |
| Month | Month value. Ranges between 1 and 12 inclusive. |
| Nanosecond | Nanosecond value. Ranges between 0 and 999999999 inclusive. |
| Second | Second value. Ranges between 0 and 59 inclusive. |
| Time | Time part represented as HLocalTime. |
| Year |
Methods
| Equals(HLocalDateTime) | |
| Equals(Object) | |
| GetHashCode() | |
| Parse(String) | |
| ToDateTime() | |
| ToString() | |
| TryParse(String, out HLocalDateTime) | |
| TryToDateTime(out DateTime) |
Operators
| Equality(HLocalDateTime, HLocalDateTime) | |
| Explicit(HLocalDateTime to DateTime) | |
| Explicit(DateTime to HLocalDateTime) | |
| Inequality(HLocalDateTime, HLocalDateTime) |