Scheduler for WinRT
DateTimeInterval Constructor


The System.DateTime value representing the beginning of the interval.
The System.DateTime value representing the end of the interval.
Initializes a new instance of the DateTimeInterval class.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Date, _
   ByVal end As Date _
)
'Usage
 
Dim start As Date
Dim end As Date
 
Dim instance As New DateTimeInterval(start, end)
public DateTimeInterval( 
   DateTime start,
   DateTime end
)

Parameters

start
The System.DateTime value representing the beginning of the interval.
end
The System.DateTime value representing the end of the interval.
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

Reference

DateTimeInterval Class
DateTimeInterval Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.