SharpSchedule

TimeBlock Constructor (Int32, Int32, Int32)

Create a new instance of the block item.

[Visual Basic]
Overloads Public Sub New( _
   ByVal hour As Integer, _
   ByVal minute As Integer, _
   ByVal second As Integer _
)
[C#]
public TimeBlock(
   int hour,
   int minute,
   int second
);

Parameters

hour
The hour to assign to the block.
minute
The minute to assign to the block.
second
The second to assign to the block.

See Also

TimeBlock Class | Ozanam.Schedule.Store.Entity Namespace | TimeBlock Constructor Overload List