Microscopic Traffic Simulator
DateTimeEventArgs.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Microscopic_Traffic_Simulator___Model.CellularTopologyObjects
4 {
8  public class DateTimeEventArgs : EventArgs
9  {
13  public DateTime DateTime { get; set; }
14  }
15 }
Class representing event arguments consisting of property containing time information.