Gets or sets a DateTime that is selected in calendar.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public DateTime DateTime { get; set; }
Visual Basic (Declaration)
Public Property DateTime As DateTime
	Get
	Set

Remarks

Changing this property may also change the Year and/or Month property values, which in turn will cause a refreshing of the control UI so as to represent an updated month of a year.

This is a dependency property.

See Also