Click to Rate and Give Feedback
MSDN
MSDN Library
Microsoft Dynamics
Reference
Functions
 timeNow Function
Collapse All/Expand All Collapse All
Microsoft Dynamics AX 4
timeNow Function

Retrieves the current system time. The time is returned as the number of seconds that have elapsed since midnight.

int timeNow()

The number of seconds since midnight.

static void timeNowExample(Args _arg)
{
    int i;
    ;
    i = timeNow();
    print "The number of seconds since midnight is " + int2Str(i);
    pause;
}
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker