ICON Software Solutions
Icon.Dates.Selected

Namespace:  Icon
Assembly:  Icon (in Icon.dll) Version: 2010.3.0.0 (2010.3.0.0)

Syntax

C#
public enum Selected
Visual Basic (Declaration)
Public Enumeration Selected
Visual C++
public enum class Selected
J#
public enum Selected

Members

Member nameDescription
StartDate
The start date of the selected period.
EndDate
The end date of the selected period.

Remarks

Use this enumeration to determine which date to return.

See Also