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

DateTimeUtilities.DateTimeToDate - метод Смотри также  Terrasoft.Common - пространство имен > DateTimeUtilities - класс : DateTimeToDate - метод C#

value
Base date and time value.
dayOffset
The day displacement. The dayOffset parameter can be positive or negative.

Glossary Item Box

Gets the new instance of the System.DateTime class that corresponds to the passed instance System.DateTime with the specified number of days added to it.

Синтаксис

public static DateTime DateTimeToDate( 
   DateTime value, 
   int dayOffset 
)

Параметры

value
Base date and time value.
dayOffset
The day displacement. The dayOffset parameter can be positive or negative.

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

The System.DateTime instance, the value of which is equal to the sum of date and time represented by the value parameter passed and the number of days represented by the dayOffset parameter.

Заметки

The System.DateTime instance returned contains only the Date component.

Смотри также

© Terrasoft 2002-2017.

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

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