Web API Reference MapGuide Open Source
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


Comments or suggestions? Send us feedback.