LongDateFormat Class |
Namespace: MomentSharp.Globalization
The LongDateFormat type exposes the following members.
Name | Description | |
---|---|---|
![]() | LongDateFormat | Initializes a new instance of the LongDateFormat class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | l |
Month numeral, day of month, year: 9/4/1986
|
![]() | L |
Month numeral, day of month, year: 09/04/1986
|
![]() | ll |
Month name, day of month, year: Sep 4 1986
|
![]() | LL |
Month name, day of month, year: September 4 1986
|
![]() | lll |
Month name, day of month, year, time: Sep 4 1986 8:30 PM
|
![]() | LLL |
Month name, day of month, year, time: September 4 1986 8:30 PM
|
![]() | llll |
Month name, day of month, day of week, year, time: Thu, Sep 4 1986 8:30 PM
|
![]() | LLLL |
Month name, day of month, day of week, year, time: Thursday, September 4 1986 8:30 PM
|
![]() | Lt |
Time: 8:30 PM
|
![]() | Lts |
Time with seconds: 8:30:25 PM
|