| MomentSharp Namespace |
| Class | Description | |
|---|---|---|
| Display |
Contains functions for formatting and displaying of DateTime objects
| |
| Manipulate |
Emulating http://momentjs.com/docs/#/manipulating/
| |
| Moment |
Moment object which provides support for several DateTime functions that are not built-in to C#
| |
| Parse |
Emulates http://momentjs.com/docs/#/parsing/
| |
| Query |
Emulates http://momentjs.com/docs/#/query/
|
| Enumeration | Description | |
|---|---|---|
| DateTimeParts |
Used to identify a time part like EndOf(DateTime, DateTimeParts) |