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