Changeset 22680 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Feb 26, 2009, 9:44:56 AM (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
r22678 r22680 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.sss .243 * Converts psTime to a null terminated string in the form of YYYY-MM-DDThh:mm:ss.sssssssss. 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 /** Convert psTime to ISO8601 formatted string with limited decimal places 253 * 254 * Converts psTime to a null terminated string in the form of YYYY-MM-DDThh:mm:ss.s, with as 255 * many decimal places as specified. 256 * This function does not add or subtract leapseconds. 257 * 258 * @return psString: Pointer null terminated array of chars in ISO time. 259 */ 260 psString psTimeToString( 261 const psTime *time, ///< Input time to be converted 262 int decimals ///< Number of decimals to use 263 ); 264 251 265 252 266 /** Convert psTime to struct tm time.
Note:
See TracChangeset
for help on using the changeset viewer.
