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
Параметры
- 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.