Atom.NET documentation

Utils.IsIso8601DateLocal Method 

Checks if the given string representation of a date matches the ISO 8601 format with a local time zone.

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

Parameters

theDate
The datetime to check.

Return Value

true if the given date is in ISO 8601 format with a local time zone, false otherwise.

See Also

Utils Class | Atom.Utils Namespace