AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| void MgDateTime::SetSecond |
( |
INT8 |
second |
) |
|
Sets the second 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 SetSecond(short second);
|
Java Syntax
|
void SetSecond(short second);
|
PHP Syntax
|
void SetSecond(int second);
|
- Parameters:
-
| second | (short/int) Seconds after minute in the range of 0 to 59 |
|