Changeset 22682 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Feb 26, 2009, 10:21:48 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r22680 r22682 135 135 /** Convert psTime to UTC, TAI, UT1, or TT time. 136 136 * 137 * Converts psTime to UTC, TAI, UT1, or TT time based on the psTimeType argument.138 * 139 * @return psTime*: Pointer to psTime.140 */ 141 psTime*psTimeConvert(137 * Converts psTime in-place to UTC, TAI, UT1, or TT time based on the psTimeType argument. 138 * 139 * @return bool: Successful conversion? 140 */ 141 bool psTimeConvert( 142 142 psTime *time, ///< Time to be converted. 143 143 psTimeType type ///< Type to be converted to.
Note:
See TracChangeset
for help on using the changeset viewer.
