.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    HLocalDate Struct

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    Represents Hazelcast SQL DATE type corresponding to java.time.LocalDate in Java.

    public readonly struct HLocalDate : IEquatable<HLocalDate>
    Implements
    IEquatable<HLocalDate>
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)

    Constructors

    HLocalDate(DateTime)
    HLocalDate(Int32, Byte, Byte)

    Fields

    Max
    MaxYear
    Min
    MinYear

    Properties

    Day

    Day value. Ranges between 1 and max number of days in given Year and Month inclusive.

    Month

    Month value. Ranges between 1 and 12 inclusive.

    Year

    Year value. Ranges between MinYear and MaxYear inclusive.

    Methods

    Equals(HLocalDate)
    Equals(Object)
    GetHashCode()
    Parse(String)
    ToDateTime()
    ToString()
    TryParse(String, out HLocalDate)
    TryToDateTime(out DateTime)

    Operators

    Equality(HLocalDate, HLocalDate)
    Explicit(HLocalDate to DateTime)
    Explicit(DateTime to HLocalDate)
    Inequality(HLocalDate, HLocalDate)
    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.