AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| 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 |
|