Relative Time parts
Meant to emulate: http://momentjs.com/docs/#/displaying/fromnow/
Namespace: MomentSharp.GlobalizationAssembly: MomentSharp (in MomentSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Enumeration RelativeTime
public enum class RelativeTime
Members
| Member name | Value | Description |
---|
| Seconds | 0 | |
| Minute | 1 | |
| Minutes | 2 | |
| Hour | 3 | |
| Hours | 4 | |
| Day | 5 | |
| Days | 6 | |
| Month | 7 | |
| Months | 8 | |
| Year | 9 | |
| Years | 10 | |
See Also