Between 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
Between(Term, Term, Term) | |
Between(Term, Term, Term, VocabularyLink) |
Between(Term, Term, Term)
public:
Between(Microsoft::RuleEngine::Term ^ time1, Microsoft::RuleEngine::Term ^ time2, Microsoft::RuleEngine::Term ^ time3);
public Between (Microsoft.RuleEngine.Term time1, Microsoft.RuleEngine.Term time2, Microsoft.RuleEngine.Term time3);
new Microsoft.RuleEngine.Between : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term -> Microsoft.RuleEngine.Between
Public Sub New (time1 As Term, time2 As Term, time3 As Term)
Parameters
- time1
- Term
- time2
- Term
- time3
- Term
Applies to
Between(Term, Term, Term, VocabularyLink)
public:
Between(Microsoft::RuleEngine::Term ^ time1, Microsoft::RuleEngine::Term ^ time2, Microsoft::RuleEngine::Term ^ time3, Microsoft::RuleEngine::VocabularyLink ^ vocabularyLink);
public Between (Microsoft.RuleEngine.Term time1, Microsoft.RuleEngine.Term time2, Microsoft.RuleEngine.Term time3, Microsoft.RuleEngine.VocabularyLink vocabularyLink);
new Microsoft.RuleEngine.Between : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.Between
Parameters
- time1
- Term
- time2
- Term
- time3
- Term
- vocabularyLink
- VocabularyLink