Changeset 19542 in vbox
- Timestamp:
- May 8, 2009 8:10:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/time.h
r13926 r19542 707 707 708 708 /** 709 * Checks if a year is a leap year or not. 710 * 711 * @returns true if it's a leap year. 712 * @returns false if it's a common year. 713 * @param i32Year The year in question. 714 */ 715 RTDECL(bool) RTTimeIsLeapYear(int32_t i32Year); 716 717 /** 709 718 * Gets the current nanosecond timestamp. 710 719 *
Note:
See TracChangeset
for help on using the changeset viewer.