Example ASP.NET control (embedded):
The TimeLabel control is initialized with the following code:
<NhsCui:TimeLabel ID="TimeLabel1" TimeValue="13:15" runat="server"/>
- DisplayAMPM – specifies whether an AM/PM suffix should be
included
- Display12Hour – specifies whether the hours value should
be displayed in 12-hour or 24-hour format
- DisplaySeconds – specifies whether seconds should be displayed
- NullIndex – a number identifying a null type where the index
has no meaning in and of itself; the meaning is implied by the NullStrings property
- NullStrings – a list of localized strings that identify different
types of null index times
- ToolTip – the text displayed when the mouse pointer hovers
over the Web server control
- Value – the time to be displayed in the label