Utils.IsIso8601DateLocalNoTZ Method
Checks if the given string representation of a date matches the ISO 8601 format without the UTC time zone.
[Visual Basic]Public Shared Function IsIso8601DateLocalNoTZ( _
ByVal
theDate As
String _
) As
Boolean [C#]public static
bool IsIso8601DateLocalNoTZ(
string theDate);
Parameters
- theDate
- The datetime to check.
Return Value
true if the given date is in ISO 8601 format with the UTC time zone, false otherwise.
See Also
Utils Class | Atom.Utils Namespace