etc.negui.control.dtp.datetimepicker

デイトタイムピッカー。
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();
BUGS:
エラー処理未実装
void value(DateTime Value );

class DatePicker: etc.negui.control.dtp.datetimepicker.DateTimePicker;

this(NeGui Owner , ITEM_ID Id );

this(ref NEGUIINFO NeGuiInfo );
History:
1.032: 新規作成。
alias value;

DateTime value();

class TimePicker: etc.negui.control.dtp.datetimepicker.DateTimePicker;

this(NeGui Owner , ITEM_ID Id );

this(NEGUIINFO NeGuiInfo );
History:
1.032: 新規作成。
alias value;

DateTime value();