Liquid Studio Documentation
Data Mapping / Data Mapper Functions / By Category / Date Time / CreateTime
In This Topic
    CreateTime
    In This Topic

    Function Name
    CreateTime
    Category
    DateTime
    Icon
    Day
    Description
    Creates a Time type from hour/minute/second/millisecond/timezone values
    Inputs
    Hour The hour part of the time (0-23 optional, defaults to 0)
    Minute The minute part of the time (0-59 optional, defaults to 0)
    Second The second part of the time (0-59 optional, defaults to 0)
    Milliseconds The second part of the time (0-999 optional, defaults to 0)
    Outputs
    Time The resulting time value
    Properties
    None -

    Usage

    Creates a Time value from its component parts. The input pars of the time must be valid otherwise a runtime error is raised and the transform terminates.

    This is a scalar function so the standard rules apply if multiple values are presented to one or more inputs.

    See Also