C# Class TeaseAI_CE.Scripting.VType.Date

Inheritance: IKeyed, IVType
Exibir arquivo Open project: TeaseAI/TeaseAI-CE

Public Properties

Property Type Description
Value System.DateTime

Public Methods

Method 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 method

public Date ( System.DateTime value ) : System
value System.DateTime
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Evaluate() public method

public Evaluate ( Context sender, Variable left, Operators op, Variable right ) : Variable
sender Context
left Variable
op Operators
right Variable
return Variable

Get() public method

public Get ( Key key, System.Logger log = null ) : Variable
key Key
log System.Logger
return Variable

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : Date
return Date

operator() public static method

public static operator ( ) : TimeFrame
return TimeFrame

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Value public_oe property

public DateTime,System Value
return System.DateTime