MapGuide API Reference
|
MgDateTime::MgDateTime | ( | INT8 | hour, |
INT8 | minute, | ||
INT8 | second, | ||
INT32 | microsecond | ||
) |
Construct a time value.
MgDateTime(short hour, short minute, short second, int microsecond); |
MgDateTime(short hour, short minute, short second, int microsecond); |
MgDateTime(int hour, int minute, int second, int microsecond); |
hour | (short/int) Input hour |
minute | (short/int) Input minute |
second | (short/int) Input second |
microsecond | (int) Input microsecond |