.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    TryToDateTime Method

    TryToDateTime(out DateTime)

    Converts the value of this HLocalDate to its DateTime equivalent. A return value indicates whether the operation succeeded.

    Declaration
    public bool TryToDateTime(out DateTime dateTime)
    Parameters
    DateTime dateTime

    When this method returns, contains the DateTime 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
    • TryToDateTime(out DateTime)
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.