C# Class NCldr.Types.Dates

Inheritance: ICloneable
Afficher le fichier Open project: GuySmithFerrier/NCLDR Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

Clone() public méthode

Clone clones the object
public Clone ( ) : object
Résultat object

Combine() public static méthode

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
Résultat Dates