FirstDayOfWeek Property (GcDateTime)
In This Topic
Gets or sets the day that is considered the beginning of the week in the drop down calendar. This is a dependency property.
Syntax
'Declaration
Public Property FirstDayOfWeek As DayOfWeek
'Usage
Dim instance As GcDateTime
Dim value As DayOfWeek
instance.FirstDayOfWeek = value
value = instance.FirstDayOfWeek
public DayOfWeek FirstDayOfWeek {get; set;}
Property Value
A
GrapeCity.Windows.InputMan.DayOfWeek value that represents the beginning of the week. The default value is
GrapeCity.Windows.InputMan.DayOfWeek.NotSet
Exceptions
See Also