C# Класс org.GraphDefined.Vanaheimr.Illias.StartEndDateTime

A structure to store a start and end time.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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