For the complete documentation index, see llms.txt. This page is also available as Markdown.

CoolClock

The CoolClock widget renders amazing analog clocks as Real-Time widgets. Supports several skins, logarithmic scale, and several properties to configure the tick delay or hide the second’s hand.

CoolClock Source Code

Code Example

When using a CoolClock you need to decide on a ClockType and whether to ShowDigital. or not. You can further customize it by selecting the Skin.

The above code results in a clock that looks like this:

How to Use

The CoolClock extension can be added to a Wisej.NET project using NuGet Package Manager.

See an example in C# or in VB.NET.

Last updated

Was this helpful?