Compartir a través de


TimeOfDay Constructores

Definición

Sobrecargas

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)

Parámetros

dateTime
Term

Se aplica a

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)

Parámetros

dateTime
Term

Se aplica a