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



time

Glossary Item Box

The constructor in hours and minutes as a string.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal time As String _
)
Visual Basic (Usage)Copy Code
Dim time As String
 
Dim instance As New Time(time)
C# 
public Time( 
   string time
)
C++/CLI 
public:
Time( 
   String^ time
)

Parameters

time

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