Table of Contents

Enum DateTimePickerKind

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies whether to edit date part or time part of the DateTime value in the control.

public enum DateTimePickerKind

Fields

Date = 0

Specifies to edit date part of the DateTime value in the control.

Time = 1

Specifies to edit time part of the DateTime value in the control.