DateTime :: second - Second property
The second property provides the number of seconds from the time value (ss of hh:mm:ss,cc).
Return value:  Second ( int32  )
Second of the minute. The value should range from 0 to 59.
Implementation overview
- Get seconds from time value
 DateTime :: second (  )
- Set seconds
 DateTime :: second ( iSecond )

