Atom.NET documentation

Utils.IsIso8601Date Method 

Checks if the given string representation of a date matches the ISO 8601 format.

[Visual Basic]
Public Shared Function IsIso8601Date( _
   ByVal theDate As String _
) As Boolean
[C#]
public static bool IsIso8601Date(
   string theDate
);

Parameters

theDate
The datetime to check.

Return Value

true if the given date is in ISO 8601 format, false otherwise.

See Also

Utils Class | Atom.Utils Namespace