~ubuntu-branches/ubuntu/lucid/mtasc/lucid

« back to all changes in this revision

Viewing changes to ocaml/mtasc/std/Date.as

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2007-05-23 19:17:16 UTC
  • mto: (2.1.1 gutsy)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20070523191716-lpvac307yorewp3g
Tags: upstream-1.13
ImportĀ upstreamĀ versionĀ 1.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        function valueOf():Number;
46
46
        function setYear(value:Number):Void;
47
47
 
 
48
 
 
49
        // Flash Lite 2.x
 
50
        function getLocaleLongDate():String;
 
51
        function getLocaleShortDate():String;
 
52
        function getLocaleTime():String;
 
53
 
48
54
        static function UTC(year:Number,month:Number,date:Number,
49
55
                        hour:Number,min:Number,sec:Number,ms:Number):Number;
50
56
}