object
  method getDate : int
  method getFullYear : int
  method getHours : int
  method getMinutes : int
  method getMonth : int
  method getTime : float
  method setDate : int -> unit
  method setHours : int -> unit
  method setMinutes : int -> unit
  method setMonth : int -> unit
  method toDateString : string
  method toLocaleString : string
  method toString : string
end