Initializes a new instance of the TimeOfDay structure to a specified number of hours, minutes, and seconds.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public TimeOfDay( int hours, int minutes, int seconds ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ hours As Integer, _ minutes As Integer, _ seconds As Integer _ ) |
Parameters
- hours
- Type: System..::..Int32
Number of hours.
- minutes
- Type: System..::..Int32
Number of minutes.
- seconds
- Type: System..::..Int32
Number of seconds.