Changeset 22710 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Feb 27, 2009, 1:09:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r22682 r22710 241 241 /** Convert psTime to ISO8601 formatted string. 242 242 * 243 * Converts psTime to a null terminated string in the form of YYYY-MM-DDThh:mm:ss.ssssss sss.243 * Converts psTime to a null terminated string in the form of YYYY-MM-DDThh:mm:ss.ssssss 244 244 * This function does not add or subtract leapseconds. 245 245 * … … 249 249 const psTime* time ///< Input time to be converted. 250 250 ); 251 252 /** Set number of decimals printed by psTimeToISO 253 * 254 * @return int: Previous setting 255 */ 256 int psTimeSetISODecimals( 257 int num ///< Number of decimals to print 258 ); 259 260 /** Get number of decimals printed by psTimeToISO 261 * 262 * @return int: Current setting 263 */ 264 int psTimeGetISODecimals(void); 251 265 252 266 /** Convert psTime to ISO8601 formatted string with limited decimal places
Note:
See TracChangeset
for help on using the changeset viewer.
