Spread Windows Forms 12.0 Product Documentation
GetDate Method (IReadonlyPrimitiveValue)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IReadonlyPrimitiveValue Interface : GetDate Method
The evaluation context to get value.
Gets the System.DateTime value.
Syntax
'Declaration
 
Function GetDate( _
   Optional ByVal context As IEvaluationContext _
) As Date
'Usage
 
Dim instance As IReadonlyPrimitiveValue
Dim context As IEvaluationContext
Dim value As Date
 
value = instance.GetDate(context)

Parameters

context
The evaluation context to get value.

Return Value

An System.DateTime value.
See Also

Reference

IReadonlyPrimitiveValue Interface
IReadonlyPrimitiveValue Members