MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.

.NET Syntax
void SetMinute(short minute);
Java Syntax
void SetMinute(short minute);
PHP Syntax
void SetMinute(int minute);
Parameters:
minute(short/int) Minutes after hour in the range of 0 to 59