This topic has not yet been rated - Rate this topic

OracleDateTime.Value Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Gets the value of the OracleDateTime structure.

[Visual Basic]
Public ReadOnly Property Value As DateTime
[C#]
public DateTime Value {get;}
[C++]
public: __property DateTime get_Value();
[JScript]
public function get Value() : DateTime;

Property Value

The value of this OracleDateTime structure.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

OracleDateTime Structure | OracleDateTime Members | System.Data.OracleClient Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.