| Package | com.esri.ags.layers.supportClasses |
| Class | public class TimeReference |
| Inheritance | TimeReference flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| respectsDaylightSaving : Boolean
Respect (or ignore) daylight saving time. | TimeReference | ||
| timeZone : String
The time zone information associated with the time reference. | TimeReference | ||
| respectsDaylightSaving | property |
respectsDaylightSaving:BooleanRespect (or ignore) daylight saving time.
This property can be used as the source for data binding.
public function get respectsDaylightSaving():Boolean public function set respectsDaylightSaving(value:Boolean):void| timeZone | property |
timeZone:StringThe time zone information associated with the time reference.
This property can be used as the source for data binding.
public function get timeZone():String public function set timeZone(value:String):void