|
Construct a time value.
.NET Syntax
MgDateTime(short hour, short minute, short second, int microsecond);
|
Java Syntax
MgDateTime(short hour, short minute, short second, int microsecond);
|
PHP Syntax
MgDateTime(int hour, int minute, int second, int microsecond);
|
- Parameters:
-
| hour | (short/int) Input hour |
| minute | (short/int) Input minute |
| second | (short/int) Input second |
| microsecond | (int) Input microsecond |
- Returns:
- Returns nothing.
|