ActionScript : ActionScript Classes : Date

Context of the notion in the technology: Document / Topc: ActionScript
Document / Topc: ActionScript Classes
Related Keywords: Action Script Action Script Classes Date
Help URL: http://livedocs.macromedia.com/flash/8/main/00002128.html


Items Related to Date

Inner Elements of Date

Date contains following items:
  • getDate (get Date)
  • getDay (get Day)
  • getFullYear (get Full Year)
  • getHours (get Hours)
  • getMilliseconds (get Milliseconds)
  • getMinutes (get Minutes)
  • getMonth (get Month)
  • getSeconds (get Seconds)
  • getTime (get Time)
  • getTimezoneOffset (get Timezone Offset)
  • getUTCDate (get UTC Date)
  • getUTCDay (get UTC Day)
  • getUTCFullYear (get UTC Full Year)
  • getUTCHours (get UTC Hours)
  • getUTCMilliseconds (get UTC Milliseconds)
  • getUTCMinutes (get UTC Minutes)
  • getUTCMonth (get UTC Month)
  • getUTCSeconds (get UTC Seconds)
  • getUTCYear (get UTC Year)
  • getYear (get Year)
  • setDate (set Date)
  • setFullYear (set Full Year)
  • setHours (set Hours)
  • setMilliseconds (set Milliseconds)
  • setMinutes (set Minutes)
  • setMonth (set Month)
  • setSeconds (set Seconds)
  • setTime (set Time)
  • setUTCDate (set UTC Date)
  • setUTCFullYear (set UTC Full Year)
  • setUTCHours (set UTC Hours)
  • setUTCMilliseconds (set UTC Milliseconds)
  • setUTCMinutes (set UTC Minutes)
  • setUTCMonth (set UTC Month)
  • setUTCSeconds (set UTC Seconds)
  • setYear (set Year)
  • toString (to String)
  • UTC
  • valueOf (value Of)


ActionScript is an ECMAScript-based programming language used for scripting Macromedia Flash movies and applications. Since both ActionScript and JavaScript are based on the same ECMAScript syntax, fluency in one theoretically translates easily to the other. However, while JavaScript's DOM is browser window, document and form centric, the ActionScript DOM is movie centric, which may include animations, audio, text and event handling.
   -- wikipedia.org

Home