dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure / GetSysDate Method

In This Topic
    GetSysDate Method (OracleTimeStamp)
    In This Topic
    Gets an OracleTimeStamp structure that represents the current date and time.
    Syntax
    'Declaration
     
    Public Shared Function GetSysDate() As OracleTimeStamp
    public static OracleTimeStamp GetSysDate()

    Return Value

    An OracleTimeStamp structure that represents the current date and time.
    See Also