Click or drag to resize
Parse Class
Emulates http://momentjs.com/docs/#/parsing/
Inheritance Hierarchy
SystemObject
  MomentSharpParse

Namespace: MomentSharp
Assembly: MomentSharp (in MomentSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class Parse

The Parse type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDateTime
Convert this moment object to a DateTime
Public methodStatic memberMoment
Converts this dateTime to a Moment(DateTime) object
Public methodStatic memberToTimeZone
Converts this dateTime UTC time to another time zone
Public methodStatic memberToUTC
Converts this dateTime to UTC
Public methodStatic memberUnixToDateTime(Double)
Converts javascript/Unix timestamp to DateTime
Public methodStatic memberUnixToDateTime(Int32)
Converts javascript/Unix timestamp to DateTime
Top
See Also