C# Class NCldr.Types.Dates

Inheritance: ICloneable
Exibir arquivo Open project: GuySmithFerrier/NCLDR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Clone clones the object
public Clone ( ) : object
return object

Combine() public static method

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
return Dates