See Also

OracleTimeStamp Structure  | Devart.Data.Oracle Namespace

See AlsoDevart.Data.OracleSend comments on this topic.

OracleTimeStamp Structure Members

Devart.Data.Oracle Namespace : OracleTimeStamp Structure

OracleTimeStamp overview

Public Constructors

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

Public Fields

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

Public Properties

Public Property DayGets the day component of an OracleTimeStamp.
Public Property HourGets the hour component of an OracleTimeStamp.
Public Property IsNullGets a value indicating whether the OracleTimeStamp structure represents Null.
Public Property MillisecondGets the millisecond component of an OracleTimeStamp.
Public Property MinuteGets the minute component of an OracleTimeStamp.
Public Property MonthGets the month component of an OracleTimeStamp.
Public Property NanosecondGets the nanosecond component of an OracleTimeStamp.
Public Property SecondGets the second component of an OracleTimeStamp.
Public Property TimeStampTypeGets the Oracle TIMESTAMP type that represents an OracleTimeStamp object.
Public Property TimeZoneGets the time zone of the OracleTimeStamp that represents OracleDbType.TimeStampTZ.
Public Property TimeZoneOffsetGets the time zone portion in hours and minutes for the current OracleTimeStamp that represents OracleDbType.TimeStampTZ.
Public Property ValueGets the date and time that is stored in the OracleTimeStamp structure.
Public Property YearGets the year component of an OracleTimeStamp.

Public Methods

Public Method AddDaysAdds the specified number of days to the current OracleTimeStamp instance.
Public Method AddHoursAdds the specified number of hours to the current OracleTimeStamp instance.
Public Method AddMillisecondsAdds the specified number of milliseconds to the current OracleTimeStamp instance.
Public Method AddMinutesAdds the specified number of minutes to the current OracleTimeStamp instance.
Public Method AddMonthsAdds the specified number of months to the current OracleTimeStamp instance.
Public Method AddSecondsAdds the specified number of seconds to the current OracleTimeStamp instance.
Public Method AddYearsAdds the specified number of years to the current OracleTimeStamp instance.
Public Method CompareToCompares the current OracleTimeStamp object to the specified object and returns an integer that represents their relative values.
Public Method EqualsOverloaded. Overridden. Compares two OracleTimeStamp structures to determine if they are equal.
Public Method GetDaysBetweenSubtracts the specified OracleTimeStamp value from the current instance and returns an OracleIntervalDS that represents the time difference between the specified OracleTimeStamp structure and the current instance.
Public Method GetHashCodeOverridden. Gets a hash code for the OracleTimeStamp instance.
Public Methodstatic (Shared in Visual Basic) GetSysDateGets an OracleTimeStamp structure that represents the current date and time.
Public Method GetYearsBetweenSubtracts the specified OracleTimeStamp value from the current instance and returns an OracleIntervalYM that represents the time difference between the specified OracleTimeStamp structure and the current instance.
Public Methodstatic (Shared in Visual Basic) GreaterThanDetermines whether the first of two OracleTimeStamp values is greater than the second.
Public Methodstatic (Shared in Visual Basic) GreaterThanOrEqualDetermines whether the first of two OracleTimeStamp values is greater than or equal to the second.
Public Methodstatic (Shared in Visual Basic) LessThanDetermines whether the first of two OracleTimeStamp values is less than the second.
Public Methodstatic (Shared in Visual Basic) LessThanOrEqualDetermines whether the first of two OracleTimeStamp values is less than or equal to the second.
Public Methodstatic (Shared in Visual Basic) NotEqualsDetermines whether two OracleTimeStamp values are not equal.
Public Methodstatic (Shared in Visual Basic) ParseOverloaded. Converts the specified String representation of a date to its OracleTimeStamp equivalent.
Public Method ToOracleDateConverts the current OracleTimeStamp structure to an OracleDate structure.
Public Method ToStringOverloaded. Overridden. Converts the current OracleTimeStamp structure to a String.
Public Method ToUniversalTimeConverts the current date and time to Coordinated Universal Time (UTC).
Public Methodstatic (Shared in Visual Basic) TryParseOverloaded.  

Operators

Public Operator AdditionOverloaded. Adds the specified object to the OracleTimeStamp and returns a new OracleTimeStamp structure.
Public Operator EqualityDetermines whether two OracleTimeStamp values are equal.
Public Operator Greater ThanCompares two OracleTimeStamp structures to determine if the first is greater than the second.
Public Operator Greater Than or EqualCompares two OracleTimeStamp structures to determine if the first is greater than or equal to the second.
Public Operator InequalityDetermines whether two OracleTimeStamp values are not equal.
Public Operator Less ThanCompares two OracleTimeStamp structures to determine if the first is less than the second.
Public Operator Less Than or EqualCompares two OracleTimeStamp structures to determine if the first is less than or equal to the second.
Public Operator SubtractionOverloaded. Subtracts the specified object from the OracleTimeStamp value and returns a new OracleTimeStamp structure.

See Also

OracleTimeStamp Structure  | Devart.Data.Oracle Namespace

 

 


© 2002 - 2013 Devart. All Rights Reserved.