.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    explicit operator Operator

    explicit operator DateTime(HLocalDateTime)

    Implements the HLocalDateTime to DateTime conversion.

    Declaration
    public static explicit operator DateTime(HLocalDateTime localDateTime)
    Parameters
    HLocalDateTime localDateTime
    Returns
    DateTime

    explicit operator HLocalDateTime(DateTime)

    Implements the DateTime to HLocalDateTime conversion.

    Declaration
    public static explicit operator HLocalDateTime(DateTime dateTime)
    Parameters
    DateTime dateTime
    Returns
    HLocalDateTime
    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.