TimeTagBase Methods

Methods

CompareTo(DateTime) Compares the TimeTagBase with a DateTime.
CompareTo(Object) Compares the TimeTagBase with the specified Object.
CompareTo(TimeTagBase) Compares the TimeTagBase with another TimeTagBase.
Equals(DateTime) Determines whether the specified DateTime is equal to the current TimeTagBase.
Equals(Object) Determines whether the specified Object is equal to the current TimeTagBase.
(Overrides ObjectEquals(Object))
Equals(TimeTagBase) Determines whether the specified TimeTagBase is equal to the current TimeTagBase.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as a hash function for the current TimeTagBase.
(Overrides ObjectGetHashCode)
GetObjectData Populates a SerializationInfo with the data needed to serialize the target object.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToDateTime Returns standard .NET DateTime representation for time-tag.
ToString Returns basic textual representation for time-tag.
(Overrides ObjectToString)
ToString(IFormatProvider) Returns textual representation for time-tag using the specified provider.
ToString(String) Returns textual representation for time-tag in the specified format.
ToString(String, IFormatProvider) Returns textual representation for time-tag in the specified format using the specified provider.

Extension Methods

GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)

See Also