Click or drag to resize
DateTimeUrlFormatterParse Method
Returns date time parsed from custom culture independent format.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static DateTime Parse(
	string formattedDateTime
)

Parameters

formattedDateTime
Type: SystemString

Return Value

Type: DateTime
Exceptions
ExceptionCondition
FormatException
See Also