.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    Parse Method

    Parse(string)

    Converts the string representation of a date and time to its HLocalDateTime representation.

    Declaration
    public static HLocalDateTime Parse(string s)
    Parameters
    string s

    A string containing a date and time to convert.

    Returns
    HLocalDateTime

    A HLocalDateTime equivalent to the date and time time contained in s.

    Exceptions
    FormatException

    The s string cannot be parsed.

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