namespace System.Windows.Forms { public enum DateTimePickerFormat { Long = 1, Short = 2, Time = 4, Custom = 8 } }