Public Methods | |
oaSystemTime () | |
void | getCurrentTime () |
oaUInt4 | getYear () const |
oaUInt4 | getMonth () const |
oaUInt4 | getDay () const |
oaUInt4 | getHour () const |
oaUInt4 | getMinute () const |
oaUInt4 | getSecond () const |
|
This is the constructor for the oaSystemTime object. All time values are set to 0. |
|
This function loads the systemTime object with the current time. |
|
This function returns the day-of-month portion of the current time as a value between 1 and 31. |
|
This function returns the hour-of-day portion of the current time as a value between 0 and 23, specified as the number of hours past midnight. |
|
This function returns the minute-of-hour portion of the current time as a value between 0 and 59. |
|
This function returns the month-of-year portion of the current time as a value between 1 and 12. |
|
This function returns the seconds-of-minute portion of the current time normally as a value between 0 and 59 but allowing for 60 and 61 when leap seconds are present. |
|
This function returns the year portion of the current time. The year is supplied AD (thus 1900 AD is returned as 1900 and not as 0). |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.