Skip to main content

CoolClock

Namespace: Wisej.Web.Ext.CoolClock

Assembly: Wisej.Web.Ext.CoolClock

CoolClock is a customizable javascript analog clock from coolclock.

public class CoolClock : Widget

Constructors

Instance memberCoolClock()

Constructs a new instance of the CoolClock control.

Properties

Instance memberClockType

CoolClockType: Returns or sets the type of clock to render. (Default: Standard)

Instance memberGmtOffset

Int32: Returns or sets the GMT offset. (Default: 0)

Instance memberInitScript

String: Overridden to create our initialization script.

Instance memberLongTickDelay

Int32: Returns or sets the long tick delay. (Default: 15000)

Instance memberOptions

Object: Overridden.

Instance memberPackages

List<Package>: Overridden to return our list of script resources.

Instance memberShowDigital

Boolean: Shows the digital clock. (Default: False)

Instance memberShowSecondHand

Boolean: Shows or hides the second hand. (Default: True)

Instance memberSkin

CoolClockSkin: Returns or sets the skin used to render the CoolClock. (Default: ChunkySwiss)

Instance memberTickDelay

Int32: Returns or sets the tick delay. (Default: 1000)