Creates a new DateTime that represents the point in time the given number of ms later.
Creates a new DateTime that represents the point in time the given number of ms earlier.
The day of the month as a 3 letter abbreviation:
Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov or Dec
yyyy-mm-ddThh:mm:ss
yyyy-mm-ddThh:mm:ss
yyyy-mm-dd
yyyy-mm-ddThh:mm:ss
yyyy-mm-dd hh:mm:ss
RFC1123 date string, e.
RFC1123 date string, e.g. Sun, 06 Nov 1994 08:49:37 GMT
yyyy-mm-dd
yyyy-mm-ddThh:mm:ss
yyyy-mm-dd hh:mm:ss
RFC1123 date string, e.
RFC1123 date string, e.g. Sun, 06 Nov 1994 08:49:37 GMT
yyyy-mm-ddThh:mm:ss
yyyy-mm-ddThh:mm:ss
The day of the week as a 3 letter abbreviation:
Sun, Mon, Tue, Wed, Thu, Fri or Sat
Immutable, fast and efficient Date + Time implementation without any dependencies. Does not support TimeZones, all DateTime values are always GMT based. Note that this implementation discards milliseconds (i.e. rounds down to full seconds).