.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    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
    IEquatable<HLocalDateTime>
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)

    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

    Year value. Ranges between MinYear and MaxYear inclusive.

    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)
    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.