|
MapGuide API Reference
|
| void MgDateTime::SetSecond | ( | INT8 | second | ) |
Sets the second component of this object The Validate method should be called after the date time value has been fully specified by Set methods.
| void SetSecond(short second); |
| void SetSecond(short second); |
| void SetSecond(int second); |
| second | (short/int) Seconds after minute in the range of 0 to 59 |