
plctime: Calculate continuous time from broken-down time for the current stream 

DESCRIPTION:

    This function is used in example 29. 

SYNOPSIS:

plctime(year, month, day, hour, min, sec, ctime)

ARGUMENTS:

    year (PLINT, input) :    Input year. 

    month (PLINT, input) :    Input month in range from 0 (January) to 11
    (December). 

    day (PLINT, input) :    Input day in range from 1 to 31. 

    hour (PLINT, input) :    Input hour in range from 0 to 23 

    min (PLINT, input) :    Input minute in range from 0 to 59. 

    sec (PLFLT, input) :    Input second in floating range from 0. to 60. 

    ctime (PLFLT *, output) :     Continous time calculated from the
    broken-down time specified by the previous parameters. 
