SelectionRange

SelectionRange

System. Windows .Forms (system. windows .forms.dll) sealed class

This class represents the Start and End of a range of dates in a MonthCalendar control.

 public sealed class  SelectionRange  {  // Public Constructors  public  SelectionRange  ();    public  SelectionRange  (DateTime  lower  , DateTime  upper  );    public  SelectionRange  (SelectionRange  range  );  // Public Instance Properties  public DateTime  End  {set; get; }    public DateTime  Start  {set; get; }  // Public Instance Methods  public override string  ToString  ();  // overrides object  } 

Returned By

MonthCalendar.{GetDisplayRange() , SelectionRange}

Passed To

MonthCalendar.SelectionRange



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net