Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

Func.DateAdd(DatePartQueryFunctionInterval,Int32,IQueryColumnExpressionConvertible) - метод Смотри также  Terrasoft.Core.DB - пространство имен > Func - класс > DateAdd - метод : DateAdd(DatePartQueryFunctionInterval,Int32,IQueryColumnExpressionConvertible) - метод C#

interval
Datepart to which the time span is added.
number
The time span to add.
expression
Expression of the column containing the original value of date and time.

Glossary Item Box

Returns an instance of the DateAddQueryFunction function. The datepart, time span and column expression containing the original date and time value are passed as arguments to this function.

Синтаксис

public static DateAddQueryFunction DateAdd( 
   DatePartQueryFunctionInterval interval, 
   int number, 
   IQueryColumnExpressionConvertible expression 
)

Параметры

interval
Datepart to which the time span is added.
number
The time span to add.
expression
Expression of the column containing the original value of date and time.

Тип возвращаемого значения

The instance of the DateAddQueryFunction function.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?