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

In This Topic
    DateAndTime Class Members
    In This Topic

    The following tables list the members exposed by DateAndTime.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Returns a String value representing the current date according to your system.  
    Public Propertystatic (Shared in Visual Basic)Returns a Date value containing the current date and time according to your system.  
    Public Propertystatic (Shared in Visual Basic)Returns a Date value containing the current time of day according to your system.  
    Public Propertystatic (Shared in Visual Basic)Returns a Double value representing the number of seconds elapsed since midnight.  
    Public Propertystatic (Shared in Visual Basic)Returns a String value representing the current time of day according to your system.  
    Public Propertystatic (Shared in Visual Basic)Returns a Date value containing the current date according to your system.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a Date value containing a date and time value to which a specified time interval has been added.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a Long value specifying the number of time intervals between two Date values.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns an Integer value containing the specified component of a given Date value.  
    Public Methodstatic (Shared in Visual Basic)Returns a Date value representing a specified year, month, and day, with the time information set to midnight (00:00:00).  
    Public Methodstatic (Shared in Visual Basic)Returns a Date value containing the date information represented by a string, with the time information set to midnight (00:00:00).  
    Public Methodstatic (Shared in Visual Basic)Returns an Integer value from 1 through 31 representing the day of the month.  
    Public Methodstatic (Shared in Visual Basic)Returns an Integer value from 0 through 23 representing the hour of the day.  
    Public Methodstatic (Shared in Visual Basic)Returns an Integer value from 0 through 59 representing the minute of the hour.  
    Public Methodstatic (Shared in Visual Basic)Returns an Integer value from 1 through 12 representing the month of the year.  
    Public Methodstatic (Shared in Visual Basic)Returns a String value containing the name of the specified month.  
    Public Methodstatic (Shared in Visual Basic)Returns an Integer value from 0 through 59 representing the second of the minute.  
    Public Methodstatic (Shared in Visual Basic)Returns a Date value representing a specified hour, minute, and second, with the date information set relative to January 1 of the year 1.  
    Public Methodstatic (Shared in Visual Basic)Returns a Date value containing the time information represented by a string, with the date information set to January 1 of the year 1.  
    Public Methodstatic (Shared in Visual Basic)Returns an Integer value containing a number representing the day of the week.  
    Public Methodstatic (Shared in Visual Basic)Returns a String value containing the name of the specified weekday.  
    Public Methodstatic (Shared in Visual Basic)Returns an Integer value from 1 through 9999 representing the year.  
    Top
    See Also