utcdatetime.js
No description.

File Location

/goog/date/utcdatetime.js

Classes

goog.date.UtcDateTime
Class representing a date/time in GMT+0 time zone, without daylight saving. Defaults to current date and time if none is specified. The get... and the getUTC... methods are equivalent.

Public Protected Private

Global Functions

goog.date.UtcDateTime.fromIsoString(formatted) goog.date.UtcDateTime
Creates a DateTime from a UTC datetime string expressed in ISO 8601 format.
Arguments:
formatted : string
A date or datetime expressed in ISO 8601 format.
Returns: goog.date.UtcDateTime  Parsed date or null if parse fails.
code »
goog.date.UtcDateTime.fromTimestamp(timestamp) !goog.date.UtcDateTime
No description.
Arguments:
timestamp : number
Number of milliseconds since Epoch.
Returns: !goog.date.UtcDateTime  No description.
code »

Directory date

File Reference