Changeset 1211 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Jul 12, 2004, 3:04:37 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r1210 r1211 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-07-13 0 0:35:26$11 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-07-13 01:04:37 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 51 51 ); 52 52 53 /** Convert psTime to ISO time. 54 * 55 * Converts psTime to a null terminated string in the form of: YYYY/MM/DD,HH:MM:SS.SSS. 56 * 57 * @return char*: Pointer null terminated array of chars. 58 */ 59 char* psTimeToISOTime( 60 psTime *time /** Input time to be converted. */ 61 ); 62 63 /** Convert psTime to UTC time. 64 * 65 * Converts psTime to UTC time in double precision floating point notation. 66 * 67 * @return double: UTC time in floating point notation. 68 */ 69 double psTimeToISOTime( 70 psTime *time /** Input time to be converted. */ 71 ); 72 53 73 /// @} 54 74
Note:
See TracChangeset
for help on using the changeset viewer.
