AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| void MgDateTime::SetMicrosecond |
( |
INT32 |
microsecond |
) |
|
Sets the microsecond component of this object The Validate method should be called after the date time value has been fully specified by Set methods.
.NET Syntax
|
void SetMicrosecond(int microsecond);
|
Java Syntax
|
void SetMicrosecond(int microsecond);
|
PHP Syntax
|
void SetMicrosecond(int microsecond);
|
- Parameters:
-
| microsecond | (int) Microseconds after second in the range of 0 to 999999 |
|