eyBuildLib API Reference : eyBuildLib

ebtime

NAME

ebtime - eybuild time-operation header file

ROUTINES

ebParseDate( ) - parse date and return a GMT time

DESCRIPTION

Date and time module.


eyBuildLib : Routines

ebParseDate( )

NAME

ebParseDate( ) - parse date and return a GMT time

SYNOPSIS

time_t ebParseDate
    (
    const char * pdate
    )

DESCRIPTION

This routine is to parse date and return a GMT time.

RETURNS

a GMT time, or ERROR in pdate string invalid.

SEE ALSO

ebtime