Compartir a través de


Second Constructores

Definición

Sobrecargas

Second(Term)
Second(Term, VocabularyLink)

Second(Term)

public:
 Second(Microsoft::RuleEngine::Term ^ dateTime);
public Second (Microsoft.RuleEngine.Term dateTime);
new Microsoft.RuleEngine.Second : Microsoft.RuleEngine.Term -> Microsoft.RuleEngine.Second
Public Sub New (dateTime As Term)

Parámetros

dateTime
Term

Se aplica a

Second(Term, VocabularyLink)

public:
 Second(Microsoft::RuleEngine::Term ^ dateTime, Microsoft::RuleEngine::VocabularyLink ^ link);
public Second (Microsoft.RuleEngine.Term dateTime, Microsoft.RuleEngine.VocabularyLink link);
new Microsoft.RuleEngine.Second : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.Second
Public Sub New (dateTime As Term, link As VocabularyLink)

Parámetros

dateTime
Term

Se aplica a