Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • TdxFunctionOperatorType Enum

    Declaration

    TdxFunctionOperatorType = (
        None,
        Custom,
        CustomNonDeterministic,
        Iif,
        IsNull,
        IsNullOrEmpty,
        Trim,
        Len,
        Substring,
        UpperCase,
        LowerCase,
        Concat,
        Ascii,
        Char,
        ToString,
        Replace,
        Reverse,
        Insert,
        CharIndex,
        Remove,
        Abs,
        Sqr,
        Cos,
        Sin,
        ArcTan,
        Exp,
        Log,
        Random,
        Tan,
        Power,
        Sign,
        Round,
        Ceil,
        Floor,
        Max,
        Min,
        ArcCos,
        ArcSin,
        ArcTan2,
        BigMul,
        Cosh,
        Log10,
        Sinh,
        Tanh,
        PadLeft,
        PadRight,
        StartsWith,
        EndsWith,
        Contains,
        ToInteger,
        ToInt64,
        ToSingle,
        ToDouble,
        ToDecimal,
        LocalDateTimeThisYear,
        LocalDateTimeThisMonth,
        LocalDateTimeLastWeek,
        LocalDateTimeThisWeek,
        LocalDateTimeYesterday,
        LocalDateTimeToday,
        LocalDateTimeNow,
        LocalDateTimeTomorrow,
        LocalDateTimeDayAfterTomorrow,
        LocalDateTimeNextWeek,
        LocalDateTimeTwoWeeksAway,
        LocalDateTimeNextMonth,
        LocalDateTimeNextYear,
        LocalDateTimeTwoMonthsAway,
        LocalDateTimeTwoYearsAway,
        LocalDateTimeLastMonth,
        LocalDateTimeLastYear,
        LocalDateTimeYearBeforeToday,
        IsOutlookIntervalBeyondThisYear,
        IsOutlookIntervalLaterThisYear,
        IsOutlookIntervalLaterThisMonth,
        IsOutlookIntervalNextWeek,
        IsOutlookIntervalLaterThisWeek,
        IsOutlookIntervalTomorrow,
        IsOutlookIntervalToday,
        IsOutlookIntervalYesterday,
        IsOutlookIntervalEarlierThisWeek,
        IsOutlookIntervalLastWeek,
        IsOutlookIntervalEarlierThisMonth,
        IsOutlookIntervalEarlierThisYear,
        IsOutlookIntervalPriorThisYear,
        IsThisWeek,
        IsThisMonth,
        IsThisYear,
        IsNextMonth,
        IsNextYear,
        IsLastMonth,
        IsLastYear,
        IsYearToDate,
        IsSameDay,
        IsJanuary,
        IsFebruary,
        IsMarch,
        IsApril,
        IsMay,
        IsJune,
        IsJuly,
        IsAugust,
        IsSeptember,
        IsOctober,
        IsNovember,
        IsDecember,
        DateDiffTicks,
        MillisecondsBetween,
        SecondsBetween,
        MinutesBetween,
        HoursBetween,
        DaysBetween,
        MonthsBetween,
        YearsBetween,
        DateOf,
        MillisecondOf,
        SecondOf,
        MinuteOf,
        HourOf,
        DayOf,
        MonthOf,
        YearOf,
        DayOfTheWeek,
        DayOfTheYear,
        GetTimeOfDay,
        Now,
        UTCNow,
        Today,
        AddTimeSpan,
        IncTick,
        IncMillisecond,
        IncSecond,
        IncMinute,
        IncHour,
        IncDay,
        IncMonth,
        IncYear
    );

    Members

    Name Description
    None
    Custom
    CustomNonDeterministic
    Iif
    IsNull
    IsNullOrEmpty
    Trim
    Len
    Substring
    UpperCase
    LowerCase
    Concat
    Ascii
    Char
    ToString
    Replace
    Reverse
    Insert
    CharIndex
    Remove
    Abs
    Sqr
    Cos
    Sin
    ArcTan
    Exp
    Log
    Random
    Tan
    Power
    Sign
    Round
    Ceil
    Floor
    Max
    Min
    ArcCos
    ArcSin
    ArcTan2
    BigMul
    Cosh
    Log10
    Sinh
    Tanh
    PadLeft
    PadRight
    StartsWith
    EndsWith
    Contains
    ToInteger
    ToInt64
    ToSingle
    ToDouble
    ToDecimal
    LocalDateTimeThisYear
    LocalDateTimeThisMonth
    LocalDateTimeLastWeek
    LocalDateTimeThisWeek
    LocalDateTimeYesterday
    LocalDateTimeToday
    LocalDateTimeNow
    LocalDateTimeTomorrow
    LocalDateTimeDayAfterTomorrow
    LocalDateTimeNextWeek
    LocalDateTimeTwoWeeksAway
    LocalDateTimeNextMonth
    LocalDateTimeNextYear
    LocalDateTimeTwoMonthsAway
    LocalDateTimeTwoYearsAway
    LocalDateTimeLastMonth
    LocalDateTimeLastYear
    LocalDateTimeYearBeforeToday
    IsOutlookIntervalBeyondThisYear
    IsOutlookIntervalLaterThisYear
    IsOutlookIntervalLaterThisMonth
    IsOutlookIntervalNextWeek
    IsOutlookIntervalLaterThisWeek
    IsOutlookIntervalTomorrow
    IsOutlookIntervalToday
    IsOutlookIntervalYesterday
    IsOutlookIntervalEarlierThisWeek
    IsOutlookIntervalLastWeek
    IsOutlookIntervalEarlierThisMonth
    IsOutlookIntervalEarlierThisYear
    IsOutlookIntervalPriorThisYear
    IsThisWeek
    IsThisMonth
    IsThisYear
    IsNextMonth
    IsNextYear
    IsLastMonth
    IsLastYear
    IsYearToDate
    IsSameDay
    IsJanuary
    IsFebruary
    IsMarch
    IsApril
    IsMay
    IsJune
    IsJuly
    IsAugust
    IsSeptember
    IsOctober
    IsNovember
    IsDecember
    DateDiffTicks
    MillisecondsBetween
    SecondsBetween
    MinutesBetween
    HoursBetween
    DaysBetween
    MonthsBetween
    YearsBetween
    DateOf

    Extracts the date from the TDateTime type.

    MillisecondOf
    SecondOf
    MinuteOf
    HourOf
    DayOf
    MonthOf
    YearOf
    DayOfTheWeek
    DayOfTheYear
    GetTimeOfDay
    Now
    UTCNow
    Today
    AddTimeSpan
    IncTick
    IncMillisecond
    IncSecond
    IncMinute
    IncHour
    IncDay
    IncMonth
    IncYear
    See Also