New topic: 

Get Time Local Machine

<http://forums.realsoftware.com/viewtopic.php?t=46623>

         Page 1 of 1
   [ 2 posts ]                 Previous topic | Next topic          Author  
Message        fernandopm          Post subject: Get Time Local MachinePosted: 
Sat Jan 19, 2013 7:37 pm                         
Joined: Sat Jun 11, 2011 8:46 pm
Posts: 15                I need assigned current date and time local machine as 
variables,  some command exit in Realbasic?   
                             Top                charonn0          Post subject: 
Re: Get Time Local MachinePosted: Sat Jan 19, 2013 8:08 pm                      
           
Joined: Mon Apr 02, 2007 2:08 am
Posts: 1076
Location: San Francisco, CA, USA                Create a new Date object, it 
will be instantiated using the system date and time:

Dim d As New Date
MsgBox(d.LongDate + " " + d.LongTime)
      
_________________
Boredom Software  
                             Top             Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 2 posts ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

rbforumnotifier@monkeybreadsoftware.de

Reply via email to