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

DESCRIPTION:

    This function is used in example 29. 

SYNOPSIS:

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

ARGUMENTS:

    year (PLINT *, output) :    Output year. 

    month (PLINT *, output) :     Output month in range from 0 (January) to
    11 (December). 

    day (PLINT *, output) :    Output day in range from 1 to 31. 

    hour (PLINT *, output) :    Output hour in range from 0 to 23. 

    min (PLINT *, output) :    Output minute in range from 0 to 59 

    sec (PLFLT *, output) :    Output second in floating range from 0. to
    60. 

    ctime (PLFLT, input) :    Continous time from which the broken-down
    time is calculated. 
