The number of milliseconds since the start of "the epoch", namely January 1, 1970, 00:00:00 GMT.
The number of milliseconds since the start of "the epoch", namely January 1, 1970, 00:00:00 GMT.
The day of the month.
The day of the month. The first day is 1.
The hour of the day.
The hour of the day. The first hour is 0.
True if leap year.
True if leap year.
The minute of the hour.
The minute of the hour. The first minute is 0.
The month of the year.
The month of the year. January is 1.
The second of the minute.
The second of the minute. The first second is 0.
The day of the week.
The day of the week. Sunday is 0.
The year.
The year.
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-dd
yyyy-mm-ddThh:mm:ss
RFC 1123 date string, e.
RFC 1123 date string, e.g. Sun, 06 Nov 1994 08:49:37 GMT
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.