Show / Hide Table of Contents

    Method ctime

    | Improve this Doc View Source

    ctime(Int32, Int32, Int32, Int32, Int32, Double, out Double)

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

    Declaration
    public void ctime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 min, Double sec, out Double ctime)
    Parameters
    Type Name Description
    Int32 year

    Input year.

    Int32 month

    Input month in range from 0 (January) to 11 (December).

    Int32 day

    Input day in range from 1 to 31.

    Int32 hour

    Input hour in range from 0 to 23

    Int32 min

    Input minute in range from 0 to 59.

    Double sec

    Input second in range from 0. to 60.

    Double ctime

    Returned value of the continuous time calculated from the broken-down time specified by the previous parameters.

    Remarks

    Calculate continuous time, ctime, from broken-down time for the current stream. The broken-down time is specified by the following parameters: year, month, day, hour, min, and sec. This function is the inverse of plbtime.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX