Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

TimeInterval Members

TimeInterval overview

Public Static Fields

iconiconINFINITE A static field to represent an infinite time interval. Default value is zero and default unit is
TimeIntervalInterval.Unset
. Neither the value nor the unit component of this field can be modified, otherwise an InvalidOperationException will be thrown.

Public Instance Constructors

icon TimeInterval Constructor Creates a TimeInterval with the specified value and unit.

Public Instance Methods

iconEquals (inherited from Object) 
iconGetHashCode (inherited from Object) 
iconGetType (inherited from Object) 
iconGetUnit Returns the unit of the time interval. For TimeInterval.INFINITE, TimeIntervalUnit.Unset will be returned.
iconGetValue Returns the value of the time interval. For TimeInterval.INFINITE, int.MaxValue will be returned.
iconSetUnit Sets the unit of the time interval.
iconSetValue Sets the value of the time interval.
iconToString (inherited from Object) 

See Also

TimeInterval Class | Plumtree.Remote.PRC Namespace