Table of Contents
LastVisibleMonth Property

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

Syntax
 public DateTime LastVisibleMonth { get; set; }

Property Value

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

See Also