MapGuide API Reference
|
void MgDateTime::SetMonth | ( | INT8 | month | ) |
Sets the month component of this object The Validate method should be called after the date time value has been fully specified by Set methods.
void SetMonth(short month); |
void SetMonth(short month); |
void SetMonth(int month); |
month | (short/int) Month in the range of 1 to 12 inclusive (January = 1) |