AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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.