Returns the field value cast as a date


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Function GetDate( _ 
   ByVal FieldName As String _ 
) As Date
C#
public abstract DateTime GetDate(
   string FieldName
)
C++
public:
 DateTime GetDate(
   String FieldName
) abstract 
J#
public abstract DateTime GetDate(
   string FieldName
)
JScript
public abstract  function GetDate(
   FieldName : String
) : DateTime

Parameters

FieldName

See Also