C# 클래스 org.GraphDefined.Vanaheimr.Illias.StartEndDateTime

A structure to store a start and end time.
파일 보기 프로젝트 열기: Vanaheimr/Illias 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

GetHashCode() 공개 메소드

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

StartEndDateTime() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

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