Show / Hide Table of Contents

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 Source

Entry(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 Source

From

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
| Improve this Doc View Source

Increment

Increment added for each move within this time interval

Declaration
public TimeSpan Increment { get; set; }
Property Value
Type Description
System.TimeSpan
| Improve this Doc View Source

Time

Available Time

Declaration
public TimeSpan Time { get; set; }
Property Value
Type Description
System.TimeSpan
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX