MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
void MgDateTime::SetDay ( INT8  day)

Sets the day 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 SetDay(short day);
Java Syntax
void SetDay(short day);
PHP Syntax
void SetDay(int day);
Parameters:
day(short/int) Day of the month in the range of 1 to 31 inclusive