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


Comments or suggestions? Send us feedback.