Class TimeControl.Entry
Single TimeControl
Inheritance
System.Object
TimeControl.Entry
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: PonzianiComponents.Chesslib
Assembly: PonzianiComponents.dll
Syntax
public class Entry
Constructors
| Improve this Doc View SourceEntry(Int32, Int32, TimeSpan, TimeSpan)
Declaration
public Entry(int from, int to, TimeSpan time, TimeSpan increment)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | from | |
System.Int32 | to | |
System.TimeSpan | time | |
System.TimeSpan | increment |
Properties
| Improve this Doc View SourceFrom
Validity of Time Control: Move number from which the time control is valid
Declaration
public int From { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Increment
Increment added for each move within this time interval
Declaration
public TimeSpan Increment { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
Time
Available Time
Declaration
public TimeSpan Time { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
To
Validity of Time Control: Last Move number for which the time control is valid
Declaration
public int To { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |