[]
Represents the format for the year and month in the YearMonth calendar.
[TypeConverter(typeof(YearMonthFormatConverter))]
public class YearMonthFormat : INotifyPropertyChanged, ICloneable
<TypeConverter(GetType(YearMonthFormatConverter))>
Public Class YearMonthFormat
Implements INotifyPropertyChanged, ICloneable
Name | Description |
---|---|
YearMonthFormat() | Initializes an instance of the YearMonthFormat class with a default value. |
YearMonthFormat(string, string) | Initializes an instance of the YearMonthFormat class. |
Name | Description |
---|---|
MonthFormat | Gets or sets the format for the month. |
YearFormat | Gets or sets the format for the year. |
Name | Description |
---|---|
Clone() | Creates a new object that is a copy of the current instance. |
OnPropertyChanged(PropertyChangedEventArgs) | Called when any property is changed. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |