See Also

OracleDate Structure  | Devart.Data.Oracle Namespace

See AlsoDevart.Data.OracleSend comments on this topic.

OracleDate Structure Members

Devart.Data.Oracle Namespace : OracleDate Structure

OracleDate overview

Public Constructors

Public Constructor OracleDate ConstructorOverloaded. Initializes a new instance of the OracleDate structure.

Public Fields

Public Fieldstatic (Shared in Visual Basic) MaxValueRepresents the maximum valid date value for an OracleDate structure.
Public Fieldstatic (Shared in Visual Basic) MinValueRepresents the minimum valid date value for an OracleDate structure.
Public Fieldstatic (Shared in Visual Basic) NullRepresents a null value that can be assigned to the Value property of an OracleDate structure.

Public Properties

Public Property BinDataGets an array of bytes that represents an Oracle DATE data type in Oracle internal format.
Public Property DayGets the value of the OracleDate structure as a day.
Public Property HourGets the value of the OracleDate structure as an hour.
Public Property IsNullGets a value indicating whether the Value property of the OracleDate is Null.
Public Property MinuteGets the value of the OracleDate structure as a minute.
Public Property MonthGets the value of the OracleDate structure as a month.
Public Property SecondGets the value of the OracleDate structure as a second.
Public Property ValueGets the value of the OracleDate structure.
Public Property YearGets the value of the OracleDate structure as a year.

Public Methods

Public Method CompareToCompares the current OracleDate object to the specified object and returns an integer that represents their relative values.
Public Method EqualsOverloaded. Overridden. Compares two OracleDate structures to determine if they are equal.
Public Method GetDaysBetweenCalculates the number of days between the current OracleDate instance and the specified OracleDate structure.
Public Method GetHashCodeOverridden. Gets a hash code for the OracleDate instance.
Public Methodstatic (Shared in Visual Basic) GetSysDateGets an OracleDate structure that represents the current date and time.
Public Methodstatic (Shared in Visual Basic) GreaterThanDetermines whether the first of two OracleDate values is greater than the second.
Public Methodstatic (Shared in Visual Basic) GreaterThanOrEqualDetermines whether the first of two OracleDate values is greater than or equal to the second.
Public Methodstatic (Shared in Visual Basic) LessThanDetermines whether the first of two OracleDate values is less than the second.
Public Methodstatic (Shared in Visual Basic) LessThanOrEqualDetermines whether the first of two OracleDate values is less than or equal to the second.
Public Methodstatic (Shared in Visual Basic) NotEqualsDetermines whether two OracleDate values are not equal.
Public Methodstatic (Shared in Visual Basic) ParseOverloaded. Converts the specified String representation of a date and time to its OracleDate equivalent.
Public Method ToOracleTimeStampConverts the current OracleDate structure to an Oracle TIMESTAMP.
Public Method ToStringOverloaded. Overridden. Converts the specified OracleDate structure to a String.
Public Methodstatic (Shared in Visual Basic) TryParseOverloaded.  

Operators

Public Operator EqualityDetermines whether two OracleDate values are the same.
Public Operator Explicit Type ConversionOverloaded. Converts an OracleDate structure to a DateTime structure.
Public Operator Greater ThanCompares two OracleDate structures to determine if the first is greater than the second.
Public Operator Greater Than or EqualCompares two OracleDate structures to determine if the first is greater than or equal to the second.
Public Operator InequalityDetermines whether two OracleDate values are not equal.
Public Operator Less ThanCompares two OracleDate structures to determine if the first is less than the second.
Public Operator Less Than or EqualCompares two OracleDate structures to determine if the first is less than or equal to the second.

See Also

OracleDate Structure  | Devart.Data.Oracle Namespace

 

 


© 2002 - 2013 Devart. All Rights Reserved.