.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    TryToDateTimeOffset Method

    TryToDateTimeOffset(out DateTimeOffset)

    Converts the value of this instance to its DateTimeOffset equivalent. A return value indicates whether the operation succeeded.

    Declaration
    public bool TryToDateTimeOffset(out DateTimeOffset dateTimeOffset)
    Parameters
    DateTimeOffset dateTimeOffset

    When this method returns, contains the DateTimeOffset equivalent to the value represented by this instance, if the conversion succeeded, or the default value if the conversion failed.

    Returns
    bool

    true if the value represented by this instance was converted successfully; otherwise false.

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