Initializes a new instance of the DateTimeInterval class.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
public DateTimeInterval( DateTime start, DateTime end ) |
| Visual Basic |
|---|
Public Sub New ( _ start As DateTime, _ end As DateTime _ ) |
Parameters
- start
- Type: System..::..DateTime
The DateTime value representing the beginning of the interval.
- end
- Type: System..::..DateTime
The DateTime value representing the end of the interval.