Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: DateTime ParseIso(string)

Declaration

public static DateTime ParseIso(
    string str
)

Summary

Parse the specified string as an ISO-formatted DateTime. See DateTimeExtensions.TryParseIso(string, out DateTime) for more info.