C# Класс NCldr.Types.Dates

Наследование: ICloneable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Clone ( ) : object

Clone clones the object

Combine ( Dates combinedDates, Dates parentDates ) : Dates

Combine combines a child with a parent as necessary and returns the combined object

Описание методов

Clone() публичный Метод

Clone clones the object
public Clone ( ) : object
Результат object

Combine() публичный статический Метод

Combine combines a child with a parent as necessary and returns the combined object
public static Combine ( Dates combinedDates, Dates parentDates ) : Dates
combinedDates Dates The child object
parentDates Dates The parent object
Результат Dates