ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / DateAndTime Class / Now Property

In This Topic
    Now Property
    In This Topic
    Returns a Date value containing the current date and time according to your system.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Now As Date
    public static DateTime Now {get;}

    Property Value

    Returns a Date value containing the current date and time according to your system.
    See Also