.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    explicit operator Operator

    explicit operator DateTimeOffset(HOffsetDateTime)

    Implements the HOffsetDateTime to DateTimeOffset conversion.

    Declaration
    public static explicit operator DateTimeOffset(HOffsetDateTime value)
    Parameters
    HOffsetDateTime value
    Returns
    DateTimeOffset

    explicit operator HOffsetDateTime(DateTimeOffset)

    Implements the DateTimeOffset to HOffsetDateTime conversion.

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