ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Constants Class / vbDate Field

In This Topic
    vbDate Field
    In This Topic
    Represents a date variant type, equivalent to the Visual Basic Date keyword. This value is used for variables that store dates and times.
    Syntax
    'Declaration
     
    Public Const vbDate As VariantType
    public const VariantType vbDate
    See Also