[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-api
C1.CalcEngine Assembly
C1.CalcEngine.ExpressionEngine
Classes
DateTimeFunctions
Methods
Today
dotnet-api
C1.CalcEngine Assembly
C1.CalcEngine
C1.CalcEngine.ExcelEngine
C1.CalcEngine.ExpressionEngine
Classes
AggregateFunctions
BaseFunctionExpression
BinaryExpression
BindingExpression
ConvertFunctions
CustomFunctionDefinition
CustomFunctionExpression
DateTimeFunctions
Methods
AddDays
AddHours
AddMilliSeconds
AddMinutes
AddMonths
AddSeconds
AddTicks
AddTimeSpan
AddYears
DateDiffDay
DateDiffHour
DateDiffMilliSecond
DateDiffMinute
DateDiffSecond
DateDiffTick
GetDate
GetDay
GetDayOfWeek
GetDayOfYear
GetHour
GetMilliSecond
GetMinute
GetMonth
GetSecond
GetTimeOfDay
GetYear
Now
Today
UtcNow
Expression
ExpressionEngine
FunctionDefinition
FunctionExpression
InExpression
LogicalFunctions
MathFunctions
TextFunctions
Token
UnaryExpression
VariableExpression
Structs
Enums
Interfaces
C1.CalcEngine.VBAEngine
(Showing Draft Content)
C1.CalcEngine.ExpressionEngine.DateTimeFunctions.Today
Today Method
Today(List<IExpression>)
Gets the current date.
Declaration
public static object Today(List<IExpression> source)
Parameters
Type
Name
Description
List
<
IExpression
>
source
Returns
Type
Description
object