.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    HLocalDate Constructor

    HLocalDate(int, byte, byte)

    Initializes a new instance of the HLocalDate struct.

    Declaration
    public HLocalDate(int year, byte month, byte day)
    Parameters
    int year

    The year value.

    byte month

    The month value.

    byte day

    The day value.

    Exceptions
    ArgumentOutOfRangeException

    year, month and/or day are out-of-range.

    HLocalDate(DateTime)

    Initializes a new instance of the HLocalDate struct.

    Declaration
    public HLocalDate(DateTime dateTime)
    Parameters
    DateTime dateTime

    The date.

    HLocalDate(DateOnly)

    Initializes a new instance of the HLocalDate struct.

    Declaration
    public HLocalDate(DateOnly dateOnly)
    Parameters
    DateOnly dateOnly

    The date.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.