Represents a historian time tag as number of seconds from the BaseDate.
            
| C# | Visual Basic | Visual C++ | 
public class TimeTag : TimeTagBase
Public Class TimeTag _ Inherits TimeTagBase
public ref class TimeTag : public TimeTagBase
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description | 
|---|---|---|
| TimeTag(Int64) | 
            Initializes a new instance of the TimeTag class.
              | |
| TimeTag(Double) | 
            Initializes a new instance of the TimeTag class.
              | |
| TimeTag(DateTime) | 
            Initializes a new instance of the TimeTag class.
              | |
| BaseDate | 
            Represents the base DateTime (01/01/1995) for TimeTag.
              | |
| BaseDateOffsetTicks()()() |  (Inherited from TimeTagBase.) | |
| CompareTo(TimeTagBase) |  (Inherited from TimeTagBase.) | |
| CompareTo(DateTime) |  (Inherited from TimeTagBase.) | |
| CompareTo(Object) |  (Inherited from TimeTagBase.) | |
| Equals(Object) |  (Inherited from TimeTagBase.) | |
| Equals(TimeTagBase) |  (Inherited from TimeTagBase.) | |
| Equals(DateTime) |  (Inherited from TimeTagBase.) | |
| Finalize()()() | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | |
| GetHashCode()()() |  (Inherited from TimeTagBase.) | |
| GetObjectData(SerializationInfo, StreamingContext) |  (Inherited from TimeTagBase.) | |
| GetType()()() | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| MaxValue | 
            Represents the largest possible value of TimeTag.
              | |
| MemberwiseClone()()() | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| MinValue | 
            Represents the smallest possible value of TimeTag.
              | |
| Now | 
            Gets a TimeTag object that is set to the current date and time on this computer, expressed as the local time.
              | |
| Parse(String) | 
            Converts the specified string representation of a date and time to its TimeTag equivalent.
              | |
| ToDateTime()()() |  (Inherited from TimeTagBase.) | |
| ToString()()() | 
            Returns the default text representation of TimeTag.
              (Overrides TimeTagBase.ToString()()().) | |
| ToString(String) |  (Inherited from TimeTagBase.) | |
| UtcNow | 
            Gets a TimeTag object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time (UTC).
              | |
| Value()()() |  (Inherited from TimeTagBase.) | 
| Object | ||
| TimeTagBase | ||
| TimeTag | ||