Version

TimeSpanFormatInfo Class Members

The following tables list the members exposed by TimeSpanFormatInfo.

Public Constructors
 NameDescription
Public ConstructorTimeSpanFormatInfo ConstructorCreates a new instance.  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyDayDisplayStringPluralReturns or sets the string displayed when the underlying value equates to more than one day.  
Public PropertyDayDisplayStringSingularReturns or sets the string displayed when the underlying value equates to exactly one day.  
Public PropertyDaysPerWeekReturns the number of days considered to be contained within a logical week.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHourDisplayStringPluralReturns or sets the string displayed when the underlying value equates to more than one hour.  
Public PropertyHourDisplayStringSingularReturns or sets the string displayed when the underlying value equates to exactly one hour.  
Public PropertyMinuteDisplayStringPluralReturns or sets the string displayed when the underlying value equates to more than one minute.  
Public PropertyMinuteDisplayStringSingularReturns or sets the string displayed when the underlying value equates to exactly one minute.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyWeekDisplayStringPluralReturns or sets the string displayed when the underlying value equates to more than one week.  
Public PropertyWeekDisplayStringSingularReturns or sets the string displayed when the underlying value equates to exactly one week.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCloneReturns a deep copy of this instance.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverridden. Called to dispose the object.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeFromInitializes this instance from the specified source instance.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetRestores all property values to their respective defaults.  
Public MethodShouldSerializeReturns a boolean value indicating whether this instance requires serialization.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns an empty string.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeDayDisplayStringPluralReturns whether the property should be serialized  
Protected MethodShouldSerializeDayDisplayStringSingularReturns whether the property should be serialized  
Protected MethodShouldSerializeDaysPerWeekReturns whether the property should be serialized  
Protected MethodShouldSerializeHourDisplayStringPluralReturns whether the property should be serialized  
Protected MethodShouldSerializeHourDisplayStringSingularReturns whether the property should be serialized  
Protected MethodShouldSerializeMinuteDisplayStringPluralReturns whether the property should be serialized  
Protected MethodShouldSerializeMinuteDisplayStringSingularReturns whether the property should be serialized  
Protected MethodShouldSerializeWeekDisplayStringPluralReturns whether the property should be serialized  
Protected MethodShouldSerializeWeekDisplayStringSingularReturns whether the property should be serialized  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also