C# Class NCldr.Types.RelativeTimeRule

Exibir arquivo Open project: GuySmithFerrier/NCLDR Class Usage Examples

Public Methods

Method Description
Combine ( RelativeTimeRule combined, RelativeTimeRule parent ) : RelativeTimeRule

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

Method Details

Combine() public static method

Combine combines a child with a parent as necessary and returns the combined object
public static Combine ( RelativeTimeRule combined, RelativeTimeRule parent ) : RelativeTimeRule
combined RelativeTimeRule The child object
parent RelativeTimeRule The parent object
return RelativeTimeRule