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

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

number
The time span to add.
expression
Expression of the column containing the original value of date and time.

Glossary Item Box

Returns the instance of the DateAddQueryFunction function. The time span and expression of the column containing the original date and time value are passed as arguments to this function. [Day] is the part of date to which the time span is added.

Синтаксис

public static DateAddQueryFunction DateAddDay( 
   int number, 
   IQueryColumnExpressionConvertible expression 
)

Параметры

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.

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

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