Table of Contents
FirstVisibleMonth Property

Gets or sets a DateTime value that indicates the first visible month of the Calendar. This is a dependency property.

Syntax
 public DateTime FirstVisibleMonth { get; set; }

Property Value

A DateTime value that indicates the first visible month. Only the year and month portion of the DateTime value are being used.

Remarks

Note that if the calendar has a single month FirstVisibleMonth will have the same value as LastVisibleMonth.

See Also