CountdownDirection
Namespace: Busy.Bar
Whether a CountdownElement counts down to, or up from, its target timestamp.
public enum CountdownDirection
Inheritance Object → ValueType → Enum → CountdownDirection
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| TimeLeft | 0 | Counts down: shows the time remaining until the target timestamp. |
| TimeSince | 1 | Counts up: shows the time elapsed since the target timestamp. |