MapGuide API Reference
|
void MgDateTime::SetHour | ( | INT8 | hour | ) |
Sets the hour component of this object The Validate method should be called after the date time value has been fully specified by Set methods.
void SetHour(short hour); |
void SetHour(short hour); |
void SetHour(int hour); |
hour | (short/int) Hour since midnight in the range of 0 to 23 |