Constructor TimeField
TimeField(int, int, TimeSpan, bool)
public TimeField(int x, int y, TimeSpan time, bool isShort = false)
Parameters
xintThe x coordinate.
yintThe y coordinate.
timeTimeSpanInitial time.
isShortboolIf true, the seconds are hidden. Sets the IsShortFormat property.
TimeField(TimeSpan)
public TimeField(TimeSpan time)
Parameters
timeTimeSpanInitial time
TimeField()
public TimeField()