Welcome, Guest  :: Login 

ScheduleSet.Calendars Namespace

Clock Component

Component for displaying either static or active time in an analog clock.

Clock behavior

With the Active property you can set whether the clock stands still and just shows the static time or it is active. For the active clock current time can be displayed or the TimeShift poperty can be used to set the constant difference against current time. The time currently displayed is always available through the Value property.

The seconds pointer can be either shown or hidden with the ShowSecondsPointer property.

Clock appearance

Clock appearance can be defined within the Style structure, allowing you to se the color scheme for background and clock hands. You can even use your own clock image as a background. The minute and hour hands can either use one of predefined shapes or you can also use your own image.

Digital time

There can be a box displayed with a digital time. It can be placed above, below or inside the clock. This is done by the DigitsPosition property. The area with digital time has its own style and font definition. Displayed time can also be formatted with TimeFormat property.