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