Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 717 Bytes

Time.md

File metadata and controls

28 lines (15 loc) · 717 Bytes

See html formatted version

Time interface

google.maps.Time interface

A representation of time as a Date object, a localized string, and a time zone.

Properties

undefined

Type:  string

A string representing the time's value. The time is displayed in the time zone of the transit stop.

undefined

Type:  string

The time zone in which this stop lies. The value is the name of the time zone as defined in the IANA Time Zone Database, e.g. "America/New_York".

undefined

Type:  Date

The time of this departure or arrival, specified as a JavaScript Date object.