C# Class org.GraphDefined.Vanaheimr.Illias.StartEndDateTime

A structure to store a start and end time.
ファイルを表示 Open project: Vanaheimr/Illias Class Usage Examples

Public Methods

Method Description
GetHashCode ( ) : Int32

Get the hashcode of this object.

StartEndDateTime ( System.DateTime StartTime, System.DateTime EndTime = null ) : System

Create a new start and end time structure.

ToString ( ) : String

Get a string representation of this object.

Method Details

GetHashCode() public method

Get the hashcode of this object.
public GetHashCode ( ) : Int32
return System.Int32

StartEndDateTime() public method

Create a new start and end time structure.
public StartEndDateTime ( System.DateTime StartTime, System.DateTime EndTime = null ) : System
StartTime System.DateTime The start time.
EndTime System.DateTime The end time.
return System

ToString() public method

Get a string representation of this object.
public ToString ( ) : String
return String