[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=DateTimeFormatInfo Info=Defines how DateTime values are formatted and displayed, depending on the culture. [Property] Name=Sets the name of the component. ARG(string)|2| @AbbreviatedDayNames=Sets a one-dimensional array of type String containing the culture-specific abbreviated names of the days of the week. ARG(string[])|13|2 @AbbreviatedMonthGenitiveNames=Sets a string array of abbreviated month names associated with the current DateTimeFormatInfo object. ARG(string[])|13|2 @AbbreviatedMonthNames=Sets a one-dimensional string array containing the culture-specific abbreviated names of the months. ARG(string[])|13|2 @AMDesignator=Sets the string designator for hours that are "ante meridiem". ARG(string)|2| @Calendar=Sets the calendar to use for the current culture. ARG(Calendar)|20|(empty)|Calendar @CalendarWeekRule=Sets a value that specifies which rule is used to determine the first calendar week of the year. ARG(CalendarWeekRule)|14|0|FirstDay,FirstFullWeek,FirstFourDayWeek @DateSeparator=Sets the string that separates the components of a date, that is, the year, month, and day. ARG(string)|2| @DayNames=Sets a one-dimensional array of type String containing the culture-specific full names of the days of the week. ARG(string[])|13|2 @FirstDayOfWeek=Sets the first day of the week. ARG(DayOfWeek)|14|0|Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday @FullDateTimePattern=Sets the format pattern for a long date and long time value, which is associated with the "F" format pattern. ARG(string)|2| @LongDatePattern=Sets the custom format string, which is associated with the "D" standard format string for a long date value. ARG(string)|2| @LongTimePattern=Sets the format pattern for a long time value, which is associated with the "T" format pattern. ARG(string)|2| @MonthDayPattern=Sets the format pattern for a month and day value, which is associated with the "m" and "M" format patterns. ARG(string)|2| @MonthGenitiveNames=Sets a string array of month names associated with the current DateTimeFormatInfo object. ARG(string[])|13|2 @MonthNames=Sets a one-dimensional array of type String containing the culture-specific full names of the months. ARG(string[])|13|2 @PMDesignator=Sets the string designator for hours that are "post meridiem". ARG(string)|2| @ShortDatePattern=Sets the format pattern for a short date value, which is associated with the "d" format pattern. ARG(string)|2| @ShortestDayNames=Sets a string array of the shortest unique abbreviated day names associated with the current DateTimeFormatInfo object. ARG(string[])|13|2 @ShortTimePattern=Sets the format pattern for a short time value, which is associated with the "t" format pattern. ARG(string)|2| @TimeSeparator=Sets the string that separates the components of time, that is, the hour, minutes, and seconds. ARG(string)|2| @YearMonthPattern=Sets the format pattern for a year and month value, which is associated with the "y" and "Y" format patterns. ARG(string)|2| [Methods] *doGetAbbreviatedDayName=Returns the culture-specific abbreviated name of the specified day of the week based on the culture associated with the current DateTimeFormatInfo object. ARG(DayOfWeek dayofweek)|1|0 *doGetAbbreviatedEraName=Returns the string containing the abbreviated name of the specified era, if an abbreviation exists. ARG(int era)|1|0 *doGetAbbreviatedMonthName=Returns the culture-specific abbreviated name of the specified month based on the culture associated with the current DateTimeFormatInfo object. ARG(int month)|1|0 *doGetAllDateTimePatterns2=Returns all the patterns in which date and time values can be formatted using the specified standard format string. ARG(char format)|1|0 *doGetDayName=Returns the culture-specific full name of the specified day of the week based on the culture associated with the current DateTimeFormatInfo object. ARG(DayOfWeek dayofweek)|1|0 *doGetEra=Returns the integer representing the specified era. ARG(string eraName)|1|0 *doGetEraName=Returns the string containing the name of the specified era. ARG(int era)|1|0 *doGetFormat=Returns an object of the specified type that provides a DateTime formatting service. ARG(Type formatType)|1|0 *doGetInstance=Returns the DateTimeFormatInfo object associated with the specified IFormatProvider. ARG(IFormatProvider provider)|1|0 *doGetMonthName=Returns the culture-specific full name of the specified month based on the culture associated with the current DateTimeFormatInfo object. ARG(int month)|1|0 *doGetShortestDayName=Obtains the shortest abbreviated day name for a specified day of the week associated with the current DateTimeFormatInfo object. ARG(DayOfWeek dayOfWeek)|1|0 *doReadOnly=Returns a read-only DateTimeFormatInfo wrapper. ARG(DateTimeFormatInfo dtfi)|1|0 *doSetAllDateTimePatterns=Sets the custom date and time format strings that correspond to a specified standard format string. ARG(string[] patterns, char format)|1|0 *onGetAbbreviatedDayName=Occurs after invoke the method doGetAbbreviatedDayName and returns the result. ARG(string)|2|2 *onGetAbbreviatedEraName=Occurs after invoke the method doGetAbbreviatedEraName and returns the result. ARG(string)|2|2 *onGetAbbreviatedMonthName=Occurs after invoke the method doGetAbbreviatedMonthName and returns the result. ARG(string)|2|2 *onGetAllDateTimePatterns=Occurs after invoke the method doGetAllDateTimePatterns and returns the result. ARG(string[])|2|13 *onGetDayName=Occurs after invoke the method doGetDayName and returns the result. ARG(string)|2|2 *onGetEra=Occurs after invoke the method doGetEra and returns the result. ARG(int)|2|1 *onGetEraName=Occurs after invoke the method doGetEraName and returns the result. ARG(string)|2|2 *onGetFormat=Occurs after invoke the method doGetFormat and returns the result. ARG(Object)|2|0 *onGetInstance=Occurs after invoke the method doGetInstance and returns the result. ARG(DateTimeFormatInfo)|2|0 *onGetMonthName=Occurs after invoke the method doGetMonthName and returns the result. ARG(string)|2|2 *onGetShortestDayName=Occurs after invoke the method doGetShortestDayName and returns the result. ARG(string)|2|2 *onReadOnly=Occurs after invoke the method doReadOnly and returns the result. ARG(DateTimeFormatInfo)|2|0 *AbbreviatedDayNames=Returns a one-dimensional array of type String containing the culture-specific abbreviated names of the days of the week. ARG(string[])|3|13 *AbbreviatedMonthGenitiveNames=Returns a string array of abbreviated month names associated with the current DateTimeFormatInfo object. ARG(string[])|3|13 *AbbreviatedMonthNames=Returns a one-dimensional string array containing the culture-specific abbreviated names of the months. ARG(string[])|3|13 *AMDesignator=Returns the string designator for hours that are "ante meridiem". ARG(string)|3|2 *Calendar=Returns the calendar to use for the current culture. ARG(Calendar)|3|0 *CalendarWeekRule=Returns a value that specifies which rule is used to determine the first calendar week of the year. ARG(CalendarWeekRule)|3|0 *Clone=Creates a shallow copy of the DateTimeFormatInfo. ARG(Object)|3|0 *CurrentInfo=Returns a read-only DateTimeFormatInfo object that formats values based on the current culture. ARG(DateTimeFormatInfo)|3|0 *DateSeparator=Returns the string that separates the components of a date, that is, the year, month, and day. ARG(string)|3|2 *DayNames=Returns a one-dimensional array of type String containing the culture-specific full names of the days of the week. ARG(string[])|3|13 *FirstDayOfWeek=Returns the first day of the week. ARG(DayOfWeek)|3|0 *FullDateTimePattern=Returns the format pattern for a long date and long time value, which is associated with the "F" format pattern. ARG(string)|3|2 *GetAllDateTimePatterns=Returns all the standard patterns in which date and time values can be formatted. ARG(string[])|3|13 *InvariantInfo=Returns the default read-only DateTimeFormatInfo that is culture-independent. ARG(DateTimeFormatInfo)|3|0 *IsReadOnly=Returns a value indicating whether the DateTimeFormatInfo object is read-only. ARG(bool)|3|104 *LongDatePattern=Returns the custom format string, which is associated with the "D" standard format string for a long date value. ARG(string)|3|2 *LongTimePattern=Returns the format pattern for a long time value, which is associated with the "T" format pattern. ARG(string)|3|2 *MonthDayPattern=Returns the format pattern for a month and day value, which is associated with the "m" and "M" format patterns. ARG(string)|3|2 *MonthGenitiveNames=Returns a string array of month names associated with the current DateTimeFormatInfo object. ARG(string[])|3|13 *MonthNames=Returns a one-dimensional array of type String containing the culture-specific full names of the months. ARG(string[])|3|13 *NativeCalendarName=Returns the native name of the calendar associated with the current DateTimeFormatInfo object. ARG(string)|3|2 *PMDesignator=Returns the string designator for hours that are "post meridiem". ARG(string)|3|2 *RFC1123Pattern=Returns the format pattern for a time value, which is based on the Internet Engineering Task Force 1123 specification and is associated with the "r" and "R" format patterns. ARG(string)|3|2 *ShortDatePattern=Returns the format pattern for a short date value, which is associated with the "d" format pattern. ARG(string)|3|2 *ShortestDayNames=Returns a string array of the shortest unique abbreviated day names associated with the current DateTimeFormatInfo object. ARG(string[])|3|13 *ShortTimePattern=Returns the format pattern for a short time value, which is associated with the "t" format pattern. ARG(string)|3|2 *SortableDateTimePattern=Returns the format pattern for a sortable date and time value, which is associated with the "s" format pattern. ARG(string)|3|2 *TimeSeparator=Returns the string that separates the components of time, that is, the hour, minutes, and seconds. ARG(string)|3|2 *UniversalSortableDateTimePattern=Returns the format pattern for a universal sortable date and time value, which is associated with the "u" format pattern. ARG(string)|3|2 *YearMonthPattern=Returns the format pattern for a year and month value, which is associated with the "y" and "Y" format patterns. ARG(string)|3|2 DateTimeFormatInfo=Returns the DateTimeFormatInfo object. ARG(DateTimeFormatInfo)|3|0 *dayOfWeek=Defines one of the DayOfWeek values. ARG(DayOfWeek)|4|0 *dtfi=Defines the DateTimeFormatInfo object to wrap. ARG(DateTimeFormatInfo)|4|0 *era=Defines the integer representing the era. ARG(int)|4|1 *eraName=Defines the string containing the name of the era. ARG(string)|4|2 *format=Defines a standard format string. ARG(char)|4|106 *formatType=Defines the Type of the required formatting service. ARG(Type)|4|0 *month=Defines an integer from 1 through 13 representing the name of the month to retrieve. ARG(int)|4|1 *patterns=Defines an array of custom format strings. ARG(string[])|4|13 *provider=Defines the IFormatProvider that gets the DateTimeFormatInfo object or null to get CurrentInfo. ARG(IFormatProvider)|4|0