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


Comments or suggestions? Send us feedback.