Web API Reference MapGuide Open Source
MgDateTime::MgDateTime ( INT8  hour,
INT8  minute,
INT8  second,
INT32  microsecond 
)

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.


Comments or suggestions? Send us feedback.