MapGuide API Reference
|
void MgDateTime::SetYear | ( | INT16 | year | ) |
Sets the year component of this object The Validate method should be called after the date time value has been fully specified by Set methods.
void SetYear(short year); |
void SetYear(short year); |
void SetYear(int year); |
year | (short/int) Year in the range of 1 to 9999 |