.NET Client Documentation
5.2.0
Search Results for

    Show / Hide Table of Contents

    Explicit Operator

    Explicit(HLocalTime to TimeSpan)

    Implements the HLocalTime to TimeSpan conversion.

    Declaration
    public static explicit operator TimeSpan(HLocalTime localTime)
    Parameters
    HLocalTime localTime
    Returns
    TimeSpan

    Explicit(TimeSpan to HLocalTime)

    Implements the TimeSpan to HLocalTime conversion.

    Declaration
    public static explicit operator HLocalTime(TimeSpan timeSpan)
    Parameters
    TimeSpan timeSpan
    Returns
    HLocalTime

    Explicit(DateTime to HLocalTime)

    Implements the DateTime to HLocalTime conversion.

    Declaration
    public static explicit operator HLocalTime(DateTime dateTime)
    Parameters
    DateTime dateTime
    Returns
    HLocalTime
    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.