Year 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
Year(Term) | |
Year(Term, VocabularyLink) |
Year(Term)
public:
Year(Microsoft::RuleEngine::Term ^ dateTime);
public Year (Microsoft.RuleEngine.Term dateTime);
new Microsoft.RuleEngine.Year : Microsoft.RuleEngine.Term -> Microsoft.RuleEngine.Year
Public Sub New (dateTime As Term)
Parameters
- dateTime
- Term
Applies to
Year(Term, VocabularyLink)
public:
Year(Microsoft::RuleEngine::Term ^ dateTime, Microsoft::RuleEngine::VocabularyLink ^ link);
public Year (Microsoft.RuleEngine.Term dateTime, Microsoft.RuleEngine.VocabularyLink link);
new Microsoft.RuleEngine.Year : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.Year
Public Sub New (dateTime As Term, link As VocabularyLink)
Parameters
- dateTime
- Term
- link
- VocabularyLink