ClockGauge
ClockGauge[] draws an analog clock face showing the local time with hours, minutes, and seconds.
ClockGauge[time] draws an analog clock face showing the time corresponding to an AbsoluteTime, DateObject, or TimeObject specification.
ClockGauge[{h,m,s}] draws an analog clock face showing hour h, minute m, and seconds s.
ClockGauge[{y,m,d,h,m,s}] draws an analog clock face showing the time corresponding to the date list in a DateList specification.
ClockGauge["string"] draws an analog clock face showing the time DateList["string"].
Examples
Display current time:
ClockGauge[]Show a specific time:
ClockGauge[{10, 30, 0}]Please visit the official Wolfram Language Reference for more details.