Web API Reference MapGuide Open Source
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


Comments or suggestions? Send us feedback.