Public Sub New ( _ time1 As Term, _ time2 As Term, _ time3 As Term, _ vocabularyLink As VocabularyLink _ )
public Between ( Term time1, Term time2, Term time3, VocabularyLink vocabularyLink )
Instance of a class derived from the Term class representing the first parameter. time1 must evaluate to an object of type System.DateTime.
Instance of a class derived from the Term class representing the second parameter. time2 must evaluate to an object of type System.DateTime.
Instance of a class derived from the Term class representing the third parameter. time3 must evaluate to an object of type System.DateTime.
Optional reference to the VocabularyLink object that specifies the vocabulary element containing a domain-specific definition for the logical expression.