Constructor DateField
DateField(int, int, DateTime, bool)
public DateField(int x, int y, DateTime date, bool isShort = false)
Parameters
x
intThe x coordinate.
y
intThe y coordinate.
date
DateTimeInitial date contents.
isShort
boolIf true, shows only two digits for the year.
DateField()
public DateField()
DateField(DateTime)
public DateField(DateTime date)
Parameters
date
DateTime