Skip to content

Commit

Permalink
[BZ 387944]TVT/DVT3.8:TCT130: TVT_RUS: "gt;" and "lt;"
Browse files Browse the repository at this point in the history
    instead of ">" and "<" signs in isLongerThan and isShorterThan
tooltip
  • Loading branch information
Xiaoying Gu committed Aug 29, 2012
1 parent 5e6f400 commit d1b7940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/org.eclipse.birt.core.script.function/plugin.properties
Expand Up @@ -104,8 +104,8 @@ FunctionDesc.duration.hour=Obtains the value of the HOURS field as an integer va
FunctionDesc.duration.minute=Obtains the value of the MINUTES field as an integer value,* or 0 if not present.\nThe lexicalDuration is duration string presentation, "PnYnMnDTnHnMnS"(e.g. P5Y2M15DT4H40M20S )
FunctionDesc.duration.second=Obtains the value of the SECONDS field as integer value,* or 0 if not present.\nThe lexicalDuration is duration string presentation, "PnYnMnDTnHnMnS"(e.g. P5Y2M15DT4H40M20S )
FunctionDesc.duration.timeInMills=Returns the length of the duration in milli-seconds.\nThe lexicalDuration is the string presentation, "PnYnMnDTnHnMnS"(e.g. P5Y2M15DT4H40M20S )\nThe startDate argument is used to disambiguate this variance
FunctionDesc.duration.isLongerThan=Checks if this lexicalDuration1 is strictly longer than another lexicalDuration2.\nFor example, "P1D"(one day) &gt; "PT12H"(12 hours) and "P2Y" (two years) &gt; "P23M" (23 months)
FunctionDesc.duration.isShorterThan=Checks if lexicalDuration1 is strictly shorter than another lexicalDuration2.\nFor example,"PT12H"(12 hours) &lt; "P1D"(one day).
FunctionDesc.duration.isLongerThan=Checks if this lexicalDuration1 is strictly longer than another lexicalDuration2.\nFor example, "P1D"(one day) > "PT12H"(12 hours) and "P2Y" (two years) > "P23M" (23 months)
FunctionDesc.duration.isShorterThan=Checks if lexicalDuration1 is strictly shorter than another lexicalDuration2.\nFor example,"PT12H"(12 hours) < "P1D"(one day).
FunctionDesc.duration.add=Computes a new duration whose value is lexicalDuration1+lexicalDuration2.\nThe lexicalDuration is the string presentation, "PnYnMnDTnHnMnS"(e.g. P5Y2M15DT4H40M20S )\nThe startDate argument is used to disambiguate this variance
FunctionDesc.duration.substract=Computes a new duration whose value is lexicalDuration1-lexicalDuration2.\nThe lexicalDuration is the string presentation, "PnYnMnDTnHnMnS"(e.g. P5Y2M15DT4H40M20S )\nThe startDate argument is used to disambiguate this variance
FunctionDesc.duration.multiply=Computes a new duration whose value is factor times longer than the value of lexicalDuration.\nThe lexicalDuration is the string presentation, "PnYnMnDTnHnMnS"(e.g. P5Y2M15DT4H40M20S )\nThe startDate argument is used to disambiguate this variance
Expand Down

0 comments on commit d1b7940

Please sign in to comment.