Click or drag to resize
DateTimeUrlFormatterTryParse Method
Attempts to parse date time in custom culture independent format.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static bool TryParse(
	string formattedDateTime,
	out DateTime dateTime
)

Parameters

formattedDateTime
Type: SystemString
dateTime
Type: SystemDateTime

Return Value

Type: Boolean
True when parsing succeeded, false otherwise.
See Also