Table of Contents

Enum CountdownMode

Namespace
Kook
Assembly
Kook.Net.Core.dll

Specifies the display mode for the countdown timer.

public enum CountdownMode

Fields

Day = 0

The timer will display the time in days, hours, minutes and seconds.

Hour = 1

The timer will display the time in hours, minutes and seconds.

Second = 2

The timer will display the time in seconds.