Click or drag to resize
LongDateFormat Class
Extra for formats from Momentjs. Some of these are may already exist in DateTime.ToString(*) See http://momentjs.com/docs/#localized-formats
Inheritance Hierarchy
SystemObject
  MomentSharp.GlobalizationLongDateFormat

Namespace: MomentSharp.Globalization
Assembly: MomentSharp (in MomentSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class LongDateFormat

The LongDateFormat type exposes the following members.

Constructors
  NameDescription
Public methodLongDateFormat
Initializes a new instance of the LongDateFormat class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyl
Month numeral, day of month, year: 9/4/1986
Public propertyL
Month numeral, day of month, year: 09/04/1986
Public propertyll
Month name, day of month, year: Sep 4 1986
Public propertyLL
Month name, day of month, year: September 4 1986
Public propertylll
Month name, day of month, year, time: Sep 4 1986 8:30 PM
Public propertyLLL
Month name, day of month, year, time: September 4 1986 8:30 PM
Public propertyllll
Month name, day of month, day of week, year, time: Thu, Sep 4 1986 8:30 PM
Public propertyLLLL
Month name, day of month, day of week, year, time: Thursday, September 4 1986 8:30 PM
Public propertyLt
Time: 8:30 PM
Public propertyLts
Time with seconds: 8:30:25 PM
Top
See Also