IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2006, 5:23:10 PM (20 years ago)
Author:
jhoblitt
Message:

add psTimeStrftime()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r7854 r7861  
    1 %%% $Id: psLibSDRS.tex,v 1.417 2006-07-10 20:27:50 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.418 2006-07-11 03:23:10 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    66866686struct timeval *psTimeToTimeval(const psTime *time);
    66876687struct tm *psTimeToTM(const psTime *time);
     6688psString *psTimeStrftime(const psTime *time, const char *format);
    66886689\end{prototype}
    66896690
     
    66916692with the \code{leapsecond} flag set to represent the number of seconds
    66926693as ``:60''.
     6694
     6695The \code{psTimeStrftime()} function converts psTime objects into a string
     6696who's formatted is defined by \code{format}.  Where \code{format} is a
     6697\code{strftime(3)} compatable formating string.
    66936698
    66946699\subsubsection{Date and Time Parsing}
Note: See TracChangeset for help on using the changeset viewer.