Defines the visibility for time-parts that are visible for the
DateTimePicker.
- Namespace
- MahApps
.Metro .Controls - Interfaces
-
- IComparable
- ISpanFormattable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["ISpanFormattable"]
Type-.->Interface2["IFormattable"]
Type-.->Interface3["IConvertible"]
Type["TimePartVisibility"]
class Type type-node
Syntax
[Flags]
public enum TimePartVisibility
Attributes
| Type | Description |
|---|---|
| FlagsAttribute |
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| All | TimePartVisibility | 14 |
static
|
| Hour | TimePartVisibility | 2 |
static
|
| HourMinute | TimePartVisibility | 6 |
static
|
| Minute | TimePartVisibility | 4 |
static
|
| Second | TimePartVisibility | 8 |
static
|