OracleTimeSpan.Days Property
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets the number of whole days represented by this instance.
[Visual Basic] Public ReadOnly Property Days As Integer [C#] public int Days {get;} [C++] public: __property int get_Days(); [JScript] public function get Days() : int;
Property Value
The day component of this instance.
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
OracleTimeSpan Structure | OracleTimeSpan Members | System.Data.OracleClient Namespace