Table of Contents

Constructor TimeField

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

TimeField(int, int, TimeSpan, bool)

Initializes a new instance of TimeField using Absolute positioning.

public TimeField(int x, int y, TimeSpan time, bool isShort = false)

Parameters

x int

The x coordinate.

y int

The y coordinate.

time TimeSpan

Initial time.

isShort bool

If true, the seconds are hidden. Sets the IsShortFormat property.

TimeField(TimeSpan)

Initializes a new instance of TimeField using Computed positioning.

public TimeField(TimeSpan time)

Parameters

time TimeSpan

Initial time

TimeField()

Initializes a new instance of TimeField using Computed positioning.

public TimeField()