デイトタイムピッカー。
- History:
- 1.032:
package名変更
abstract class DateTimePicker: etc.negui.control.control.Control, etc.negui.control.control.ICommonControl;
enum EVENT;
- History:
- 1.032:
[S] 名前変更。
DateTime value();
void value(DateTime Value
);
class DatePicker: etc.negui.control.dtp.datetimepicker.DateTimePicker;
this(NeGui Owner
, ITEM_ID Id
);
this(ref NEGUIINFO NeGuiInfo
);
alias value;
DateTime value();
class TimePicker: etc.negui.control.dtp.datetimepicker.DateTimePicker;
this(NeGui Owner
, ITEM_ID Id
);
this(NEGUIINFO NeGuiInfo
);
alias value;
DateTime value();