|
MapGuide API Reference
|
| 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.
| void SetMicrosecond(int microsecond); |
| void SetMicrosecond(int microsecond); |
| void SetMicrosecond(int microsecond); |
| microsecond | (int) Microseconds after second in the range of 0 to 999999 |