Table of Contents

Enum KnownDateTimeInput

Namespace
Dynamicweb.Core.UI
Assembly
Dynamicweb.Core.UI.dll
Specifies possible DateTime input types for Input Elements
public enum KnownDateTimeInput

Fields

Date = 1
Date only
DateTime = 0
Both Date and Time
Time = 2
Time only
To top