Time Class
Members See Also 
SourceCode.EventBus.Scheduler.Management Namespace : Time Class



Glossary Item Box

Use to get the time in hours and minutes. Time can be give in either an int hour and int minute or as a string in "hh:mm" format.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class Time 
Visual Basic (Usage)Copy Code
Dim instance As Time
C# 
[Serializable()]
public class Time 
C++/CLI 
[Serializable()]
public ref class Time 

Inheritance Hierarchy

System.Object
   SourceCode.EventBus.Scheduler.Management.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