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