Hasher Posted February 4, 2007 Posted February 4, 2007 Hi I am converting an app from Actionscript to Autoit and have to use the the gettime() function . How do I get this to work in Autoit?? getTime (Date.getTime method) public getTime() : Number Returns the number of milliseconds since midnight January 1, 1970, universal time, for the specified Date object. Use this method to represent a specific instant in time when comparing two or more Date objects. Availability: ActionScript 1.0; Flash Lite 2.0 Returns Number - An integer. Example The following example uses the constructor to create a Date object based on the current time, and uses the getTime() method to return the number of milliseconds since midnight January 1, 1970: var my_date:Date = new Date(); trace(my_date.getTime()); Any help much appricaited :-) Firefox's secret is the same as Jessica Simpson's: its effortless, glamorous style is the result of shhh extensions!
Moderators SmOke_N Posted February 4, 2007 Moderators Posted February 4, 2007 http://www.autoitscript.com/autoit3/files/...0Management.htm Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Hasher Posted February 4, 2007 Author Posted February 4, 2007 Cheers smoke_N ;-) Firefox's secret is the same as Jessica Simpson's: its effortless, glamorous style is the result of shhh extensions!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now