[]
Gets or sets the mode indicates how to spin the GcDateTime.
public DateSpinMode SpinMode { get; set; }
Public Property SpinMode As DateSpinMode
Type | Description |
---|---|
DateSpinMode | A GrapeCity.Windows.InputMan.DateSpinMode value indicates the spin mode. The default value is Field. |
This property determines how to spin the Value of GcDateTime. If the enumeration value is Field, it just spin the current active field; if the enumeration value is Value, it will spin the value of GcDateTime by the SpinIncrementValue.