ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / CDate Method / CDate(Object) Method
object value

In This Topic
    CDate(Object) Method
    In This Topic
    Converts object to DateTime
    Syntax
    'Declaration
     
    Public Overloads Shared Function CDate( _
       ByVal value As Object _
    ) As Date
    public static DateTime CDate( 
       object value
    )

    Parameters

    value
    object value

    Return Value

    DateTime value
    See Also