AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| void MgDateTime::SetMonth |
( |
INT8 |
month |
) |
|
Sets the month 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 SetMonth(short month);
|
Java Syntax
|
void SetMonth(short month);
|
PHP Syntax
|
void SetMonth(int month);
|
- Parameters:
-
| month | (short/int) Month in the range of 1 to 12 inclusive (January = 1) |
|