Click or drag to resize
DateTimeUrlFormatter Class
Provides support for formatting and parsing DateTime values for usages in url links.
Inheritance Hierarchy
SystemObject
  CMS.HelpersDateTimeUrlFormatter

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static class DateTimeUrlFormatter

The DateTimeUrlFormatter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFormat
Returns given date time in custom culture independent format.
Public methodStatic memberParse
Returns date time parsed from custom culture independent format.
Public methodStatic memberTryParse
Attempts to parse date time in custom culture independent format.
Top
See Also