Show / Hide Table of Contents

Method Parse

Parse(String)

Creates a new DateOnly struct that represents the given ISO 8601 date string (YYYY-MM-DD).

Declaration
public static DateOnly Parse(string dateString)
Parameters
Type Name Description
System.String dateString

The ISO 8601 date string.

Returns
Type Description
DateOnly

Applies to

Platforms and versions
TargetVersions
.NET Framework200.4 - 200.8
UWP200.4 - 200.8
In This Article
Back to top Copyright © 2022 Esri.