ArcFM Desktop Developer Guide
CalendarDateRange Constructor(DateTime)


Initializes a new instance of the CalendarDateRange class which creates a range from a single DateTime value.
Syntax
'Declaration
 
Public Function New( _
   ByVal day As Date _
)
'Usage
 
Dim day As Date
 
Dim instance As New CalendarDateRange(day)
public CalendarDateRange( 
   DateTime day
)

Parameters

day
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CalendarDateRange Class
CalendarDateRange Members
Overload List

 

 


Send Comment