TimeGetCurrent
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
TimeGetCurrent (DNM Script function)
Contents |
[edit]
full declaration
int TimeGetCurrent()
[edit]
return value
[edit]
description
Return current time as int - this value can be used with other date&time functions (Category:Date and time)
[edit]
example
MessageBox(TimeFormat(TimeGetCurrent()));
keywords: get current time date now
