Get the elapsed time since the input DateTime
   
                
    Namespace: 
   Core
    Assembly:
   Core (in Core.dll)
Parameters
- input
- Type: DateTime
 Input DateTime
Return Value
   Returns a TimeSpan value with the elapsed time since the input DateTime
   
   TimeSpan elapsed = dtStart.Elapsed();