The timeline of the instance lifecycle.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class InstanceTimeline
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InstanceTimeline()()()() | Initializes a new instance of the InstanceTimeline class | 
|  | CreationDateTime | 
            Gets and sets the property CreationDateTime. 
             The creation date and time of the instance. | 
|  | EndDateTime | 
            Gets and sets the property EndDateTime. 
             The date and time when the instance was terminated. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ReadyDateTime | 
            Gets and sets the property ReadyDateTime. 
             The date and time when the instance was ready to perform tasks. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCreationDateTime(DateTime) | Obsolete. 
            Sets the CreationDateTime property
             | 
|  | WithEndDateTime(DateTime) | Obsolete. 
            Sets the EndDateTime property
             | 
|  | WithReadyDateTime(DateTime) | Obsolete. 
            Sets the ReadyDateTime property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InstanceTimeline |