dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleGlobalization Class / DateFormat Property

In This Topic
    DateFormat Property (OracleGlobalization)
    In This Topic
    Specifies the date format for Oracle DATE type as a string.
    Syntax
    'Declaration
     
    Public Property DateFormat As String
    public string DateFormat {get; set;}

    Property Value

    The date format for Oracle DATE type as a string.
    Remarks
    The default value is the NLS_DATE_FORMAT setting of the local computer.
    See Also