DateTimeUrlFormatterParse Method |
Returns date time parsed from custom culture independent format.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static DateTime Parse(
string formattedDateTime
)
Parameters
- formattedDateTime
- Type: SystemString
Return Value
Type:
DateTimeExceptions Exception | Condition |
---|
FormatException | |
See Also