C# Class OpenBveApi.Runtime.Time

Represents a time.
Exibir arquivo Open project: leezer3/OpenBVE Class Usage Examples

Public Methods

Method Description
Time ( double value ) : System

Creates a new instance of this class.

Method Details

Time() public method

Creates a new instance of this class.
public Time ( double value ) : System
value double The time in seconds.
return System