C# Class Ext.Net.DayView

Afficher le fichier Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Свойство Type Description
DayView System

Méthodes publiques

Méthode Description
MoveDays ( int value ) : void

Shifts the view by the passed number of days relative to the currently set date

MoveNext ( ) : void

Updates the view to the next consecutive date(s)

MovePrev ( ) : void

Updates the view to the previous consecutive date(s)

MoveTo ( System.DateTime dt ) : void

Updates the view to contain the passed date

MoveToday ( ) : void

Updates the view to show today

SetStartDate ( System.DateTime dt ) : void

Sets the start date used to calculate the view boundaries to display. The displayed view will be the earliest and latest dates that match the view requirements and contain the date passed to this function.

Private Methods

Méthode Description
DayView ( ) : System

Method Details

MoveDays() public méthode

Shifts the view by the passed number of days relative to the currently set date
public MoveDays ( int value ) : void
value int The number of days (positive or negative) by which to shift the view
Résultat void

MoveNext() public méthode

Updates the view to the next consecutive date(s)
public MoveNext ( ) : void
Résultat void

MovePrev() public méthode

Updates the view to the previous consecutive date(s)
public MovePrev ( ) : void
Résultat void

MoveTo() public méthode

Updates the view to contain the passed date
public MoveTo ( System.DateTime dt ) : void
dt System.DateTime The date to display
Résultat void

MoveToday() public méthode

Updates the view to show today
public MoveToday ( ) : void
Résultat void

SetStartDate() public méthode

Sets the start date used to calculate the view boundaries to display. The displayed view will be the earliest and latest dates that match the view requirements and contain the date passed to this function.
public SetStartDate ( System.DateTime dt ) : void
dt System.DateTime The date used to calculate the new view boundaries
Résultat void