Constructor TimeField
TimeField(int, int, TimeSpan, bool)
public TimeField(int x, int y, TimeSpan time, bool isShort = false)
Parameters
x
intThe x coordinate.
y
intThe y coordinate.
time
TimeSpanInitial time.
isShort
boolIf true, the seconds are hidden. Sets the IsShortFormat property.
TimeField(TimeSpan)
public TimeField(TimeSpan time)
Parameters
time
TimeSpanInitial time
TimeField()
public TimeField()