MindFusion.Scheduling for Xamarin Programmer's Guide
LocalizationInfo Members
Constructors Properties Methods
 


Represents a container of localized strings, used by various UI elements accross the Calendar.

The following tables list the members exposed by the LocalizationInfo type.

 Public Constructors

  Name Description

LocalizationInfo

Initializes a new instance of the LocalizationInfo class.

 Public Properties

  Name Description

DayValue

Gets or sets the string representing a 'day' value.

FirstValue

Gets or sets the string representing a 'first' value.

FourthValue

Gets or sets the string representing a 'fourth' value.

LastValue

Gets or sets the string representing a 'last' value.

RecurrenceDailyFourPattern

Gets or sets the pattern used for daily recurrences with DailyRecurrence set to EveryWeekend.

RecurrenceDailyOnePattern

Gets or sets the pattern used for daily recurrences with DailyRecurrence set to ByDayInterval and Days value set to 1.

RecurrenceDailyThreePattern

Gets or sets the pattern used for daily recurrences with DailyRecurrence set to EveryWorkday.

RecurrenceDailyTwoPattern

Gets or sets the pattern used for daily recurrences with DailyRecurrence set to ByDayInterval and Days value set to more than 1.

RecurrenceEndDatePattern

Gets or sets the pattern used for denoting the end date of a recurrence.

RecurrenceIntervalPattern

Gets or sets the pattern used for recurrences with Recurrence.Pattern set to TimeInterval.

RecurrenceMonthlyOnePattern

Gets or sets the pattern used for monthly recurrences with MonthlyRecurrence set to ByDayNumber.

RecurrenceMonthlyTwoPattern

Gets or sets the pattern used for monthly recurrences with MonthlyRecurrence set to ByDayType.

RecurrenceStartDatePattern

Gets or sets the pattern used for denoting the start date of a recurrence.

RecurrenceTimeOnePattern

Gets or sets the pattern used for denoting the start and end time of a recurrence.

RecurrenceTimeTwoPattern

Gets or sets the pattern used for denoting the time of a recurrence.

RecurrenceWeeklyOnePattern

Gets or sets the pattern used for weekly recurrences with Weeks value set to 1.

RecurrenceWeeklyTwoPattern

Gets or sets the pattern used for weekly recurrences with Weeks value set to more than 1.

RecurrenceYearlyOnePattern

Gets or sets the pattern used for yearly recurrences with YearlyRecurrence set to SpecificDate.

RecurrenceYearlyTwoPattern

Gets or sets the pattern used for yearly recurrences with YearlyRecurrence set to ByDayType.

SecondValue

Gets or sets the string representing a 'second' value.

ThirdValue

Gets or sets the string representing a 'third' value.

WeekdayValue

Gets or sets the string representing a 'weekday' value.

WeekendValue

Gets or sets the string representing a 'weekend' value.

 Public Methods

  Name Description

LoadFromXml

Overloaded. Loads localization info from an XML document.

SaveToXml

Overloaded. Saves the localization info to an XML document.

 See Also

LocalizationInfo Class
MindFusion.Scheduling Namespace