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

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

number
The time span to add.
sourceColumnAlias
The alias 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 alias of the column containing the original date and time value are passed as arguments to this function. [Hour] is the part of date to which the time span is added.

Синтаксис

public static DateAddQueryFunction DateAddHour( 
   int number, 
   string sourceColumnAlias 
)

Параметры

number
The time span to add.
sourceColumnAlias
The alias of the column containing the original value of date and time.

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

The instance of the DateAddQueryFunction function.

Смотри также

© Terrasoft 2002-2017.

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

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