Before Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Before(Term, Term) | |
Before(Term, Term, VocabularyLink) |
Before(Term, Term)
public:
Before(Microsoft::RuleEngine::Term ^ time1, Microsoft::RuleEngine::Term ^ time2);
public Before (Microsoft.RuleEngine.Term time1, Microsoft.RuleEngine.Term time2);
new Microsoft.RuleEngine.Before : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term -> Microsoft.RuleEngine.Before
Public Sub New (time1 As Term, time2 As Term)
Parameters
- time1
- Term
- time2
- Term
Applies to
Before(Term, Term, VocabularyLink)
public:
Before(Microsoft::RuleEngine::Term ^ time1, Microsoft::RuleEngine::Term ^ time2, Microsoft::RuleEngine::VocabularyLink ^ vocabularyLink);
public Before (Microsoft.RuleEngine.Term time1, Microsoft.RuleEngine.Term time2, Microsoft.RuleEngine.VocabularyLink vocabularyLink);
new Microsoft.RuleEngine.Before : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.Before
Parameters
- time1
- Term
- time2
- Term
- vocabularyLink
- VocabularyLink