Time Constructor(Int32,Int32)
See Also 
SourceCode.EventBus.Scheduler.Management Namespace > Time Class > Time Constructor : Time Constructor(Int32,Int32)



Hour
Minute

Glossary Item Box

The constructor in hours and minutes as integers.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal Hour As Integer, _
   ByVal Minute As Integer _
)
Visual Basic (Usage)Copy Code
Dim Hour As Integer
Dim Minute As Integer
 
Dim instance As New Time(Hour, Minute)
C# 
public Time( 
   int Hour,
   int Minute
)
C++/CLI 
public:
Time( 
   int Hour,
   int Minute
)

Parameters

Hour
Minute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also