Click or drag to resize

TimeTagBase Methods

The TimeTagBase type exposes the following members.

Methods
  Name Description
Public method CompareTo(DateTime) Compares the TimeTagBase with a DateTime.
Public method CompareTo(Object) Compares the TimeTagBase with the specified Object.
Public method CompareTo(TimeTagBase) Compares the TimeTagBase with another TimeTagBase.
Public method Equals(DateTime) Determines whether the specified DateTime is equal to the current TimeTagBase.
Public method Equals(Object) Determines whether the specified Object is equal to the current TimeTagBase.
(Overrides ObjectEquals(Object))
Public method Equals(TimeTagBase) Determines whether the specified TimeTagBase is equal to the current TimeTagBase.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GetHashCode Serves as a hash function for the current TimeTagBase.
(Overrides ObjectGetHashCode)
Public method GetObjectData Populates a SerializationInfo with the data needed to serialize the target object.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method ToDateTime Returns standard .NET DateTime representation for timetag.
Public method ToString Returns basic textual representation for timetag.
(Overrides ObjectToString)
Public method ToString(IFormatProvider) Returns textual representation for timetag using the specified provider.
Public method ToString(String) Returns textual representation for timetag in the specified format.
Public method ToString(String, IFormatProvider) Returns textual representation for timetag in the specified format using the specified provider.
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also