C# Class NCldr.Types.RelativeTimeRuleSet

Exibir arquivo Open project: GuySmithFerrier/NCLDR Class Usage Examples

Public Methods

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

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

RelativeTimeRuleSet ( ) : System

Method Details

Combine() public static method

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

RelativeTimeRuleSet() public method

public RelativeTimeRuleSet ( ) : System
return System