RelativeTime Enumeration
Relative Time parts Meant to emulate: http://momentjs.com/docs/#/displaying/fromnow/

Namespace: MomentSharp.Globalization
Assembly: MomentSharp (in MomentSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum RelativeTime
Members
  Member nameValueDescription
Seconds0
Minute1
Minutes2
Hour3
Hours4
Day5
Days6
Month7
Months8
Year9
Years10
See Also