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