C# Class TeaseAI_CE.Scripting.VType.Date

Inheritance: IKeyed, IVType
Afficher le fichier Open project: TeaseAI/TeaseAI-CE

Méthodes publiques

Свойство Type Description
Value System.DateTime

Méthodes publiques

Méthode Description
Date ( System.DateTime value ) : System
Equals ( object obj ) : bool
Evaluate ( Context sender, Variable left, Operators op, Variable right ) : Variable
Get ( Key key, System.Logger log = null ) : Variable
GetHashCode ( ) : int
operator ( ) : Date
operator ( ) : TimeFrame
operator ( ) : bool

Method Details

Date() public méthode

public Date ( System.DateTime value ) : System
value System.DateTime
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Evaluate() public méthode

public Evaluate ( Context sender, Variable left, Operators op, Variable right ) : Variable
sender Context
left Variable
op Operators
right Variable
Résultat Variable

Get() public méthode

public Get ( Key key, System.Logger log = null ) : Variable
key Key
log System.Logger
Résultat Variable

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : Date
Résultat Date

operator() public static méthode

public static operator ( ) : TimeFrame
Résultat TimeFrame

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Value public_oe property

public DateTime,System Value
Résultat System.DateTime