Example ASP.NET control (embedded):
You can enter a time directly in the TimeInputBox by performing one of the following:
- Entering the time from your keyboard
- Clicking the part of the time you want to change in the TimeInputBox and using your
up and down arrow keys to increment and decrement the values
The TimeInputBox control is initialized with the following code:
<NhsCui:TimeInputBox ID="TimeInputBox1" runat="server"
AllowApproximate="true" Functionality="Complex"/>
- AllowApproximate – specifies whether to display a checkbox
for the Approximate flag
- DisplayAMPM – specifies whether an AM/PM suffix should be
included
- Display12Hour – specifies whether hours should be displayed
in 12-hour or 24-hour format
- DisplaySeconds – specifies whether seconds should be displayed
- Functionality – specifies the functionality exposed by the
TimeInputBox
- NullStrings – gets or sets a list of localized strings that
identify different types of null index times
- Value – gets or sets the time entered in the input box