Times Record

Represents type Times.

Namespace: Spring.Times
type
 Times = packed record
 end;

The Times type exposes the following members.

Show:
 NameDescription
Create(TFunc,Integer,Integer,string)

Initializes a new instance of the Times class.

Top
Show:
 NameDescription
Any

Represents method Any.

AtLeast(Integer)

Represents method AtLeast(Integer).

AtLeastOnce

Represents method AtLeastOnce.

AtMost(Integer)

Represents method AtMost(Integer).

AtMostOnce

Represents method AtMostOnce.

Between(Integer,Integer)

Represents method Between(Integer,Integer).

Equals(Times)

Represents method Equals(Times).

Exactly(Integer)

Represents method Exactly(Integer).

Never

Represents method Never.

Once

Represents method Once.

ToString(Integer)

Represents method ToString(Integer).

Verify(Integer)

Represents method Verify(Integer).

Top
Show:
 NameDescription
Equality(Times,Times)

Represents operator op_Equality(Times,Times).

Implicit(Integer to Times)

Represents a conversion operator.

Inequality(Times,Times)

Represents operator op_Inequality(Times,Times).

Top
Show:
 NameDescription
fEvaluator

Represents field fEvaluator.

fMax

Represents field fMax.

fMessageFormat

Represents field fMessageFormat.

fMin

Represents field fMin.

Top