  | DateReportBaseGetDates Method  | 
  
    Namespace: 
   Dynamicweb.Tracking.Web.Reporting
    Assembly:
   Dynamicweb.Tracking.Web (in Dynamicweb.Tracking.Web.dll) Version: 1.4.2
Syntaxpublic void GetDates(
	out DateTime start,
	out DateTime end
)
Public Sub GetDates ( 
	<OutAttribute> ByRef start As DateTime,
	<OutAttribute> ByRef end As DateTime
)
Parameters
- start
 - Type: SystemDateTime
 - end
 - Type: SystemDateTime
 
See Also