C# Class NCldr.Types.RelativeTimeRule

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

Méthodes publiques

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

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