ShowHours
Namespace: Busy.Bar
When a CountdownElement shows an hours position.
public enum ShowHours
Inheritance Object → ValueType → Enum → ShowHours
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| WhenNonZero | 0 | Only shows the hours position once it is non-zero. |
| Always | 1 | Always shows the hours position, even when it is zero. |