Changeset 7961 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Jul 24, 2006, 3:16:04 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r7703 r7961 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.4 7$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-0 6-27 04:13:07$13 * @version $Revision: 1.48 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-07-25 01:16:04 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 375 375 376 376 psTime* psTimeStrptime( 377 const char *s, ///< string to be converted 378 const char *format ///< strptime format 377 const char *s, ///< string to be converted 378 const char *format ///< strptime(3) format 379 ); 380 381 /** Convert a psTime into a formated string. 382 * 383 * Converts a psTime, using a strftime(3) format, into a formatted string. 384 * See strftime(3) for documentation on this format. 385 * 386 * @return psString: string. 387 */ 388 389 psString psTimeStrftime( 390 const psTime *time, ///< Time to be formatted. 391 const char *format ///< strftime(3) format 379 392 ); 380 393
Note:
See TracChangeset
for help on using the changeset viewer.
