$(ANCHOR DateTimeFormat_ctor) Initializes an instance that is writable and culture-independent.
$(ANCHOR DateTimeFormat_getAbbreviatedDayName) Retrieves the abbreviated name of the specified day of the week based on the culture of the instance.
$(ANCHOR DateTimeFormat_getAbbreviatedMonthName) Retrieves the abbreviated name of the specified month based on the culture of the instance.
$(ANCHOR DateTimeFormat_getAllDateTimePatterns) Retrieves the standard patterns in which Time values can be formatted.
$(ANCHOR DateTimeFormat_getAllDateTimePatterns_char) Retrieves the standard patterns in which Time values can be formatted using the specified format character.
$(ANCHOR DateTimeFormat_getDayName) Retrieves the full name of the specified day of the week based on the culture of the instance.
$(ANCHOR DateTimeFormat_getFormat) Retrieves an object defining how to format the specified type.
$(ANCHOR DateTimeFormat_getMonthName) Retrieves the full name of the specified month based on the culture of the instance.
$(ANCHOR DateTimeFormat_abbreviatedDayNames) Property. Retrieves a string array containing the abbreviated names of the days of the week.
Property. Assigns a string array containing the abbreviated names of the days of the week.
$(ANCHOR DateTimeFormat_abbreviatedMonthNames) Property. Retrieves a string array containing the abbreviated names of the months.
Property. Assigns a string array containing the abbreviated names of the months.
$(ANCHOR DateTimeFormat_amDesignator) Property. Retrieves the string designator for hours before noon.
Property. Assigns the string designator for hours before noon.
Property. Retrieves the calendar used by the current culture.
$(ANCHOR DateTimeFormat_calendar) Property. Assigns the calendar to be used by the current culture.
$(ANCHOR DateTimeFormat_calendarWeekRule) Property. Retrieves the _value indicating the rule used to determine the first week of the year.
Property. Assigns the _value indicating the rule used to determine the first week of the year.
$(ANCHOR DateTimeFormat_current) Property. Retrieves a read-only DateTimeFormat instance from the current culture.
$(ANCHOR DateTimeFormat_dateSeparator) Property. Retrieves the string separating date components.
Property. Assigns the string separating date components.
$(ANCHOR DateTimeFormat_dayNames) Property. Retrieves a string array containing the full names of the days of the week.
Property. Assigns a string array containing the full names of the days of the week.
$(ANCHOR DateTimeFormat_firstDayOfWeek) Property. Retrieves the first day of the week.
Property. Assigns the first day of the week.
$(ANCHOR DateTimeFormat_fullDateTimePattern) Property. Retrieves the format pattern for a long date and a long time value.
Property. Assigns the format pattern for a long date and a long time _value.
$(ANCHOR DateTimeFormat_isReadOnly) Property. Retrieves a value indicating whether the instance is read-only.
$(ANCHOR DateTimeFormat_longDatePattern) Property. Retrieves the format pattern for a long date value.
Property. Assigns the format pattern for a long date _value.
$(ANCHOR DateTimeFormat_longTimePattern) Property. Retrieves the format pattern for a long time value.
Property. Assigns the format pattern for a long time _value.
$(ANCHOR DateTimeFormat_monthDayPattern) Property. Retrieves the format pattern for a month and day value.
Property. Assigns the format pattern for a month and day _value.
$(ANCHOR DateTimeFormat_monthNames) Property. Retrieves a string array containing the full names of the months.
Property. Assigns a string array containing the full names of the months.
$(ANCHOR DateTimeFormat_nativeCalendarName) Property. Retrieves the native name of the calendar associated with the current instance.
$(ANCHOR DateTimeFormat_pmDesignator) Property. Retrieves the string designator for hours after noon.
Property. Assigns the string designator for hours after noon.
$(ANCHOR DateTimeFormat_rfc1123Pattern) Property. Retrieves the format pattern based on the IETF RFC 1123 specification, for a time value.
$(ANCHOR DateTimeFormat_shortDatePattern) Property. Retrieves the format pattern for a short date value.
Property. Assigns the format pattern for a short date _value.
$(ANCHOR DateTimeFormat_shortTimePattern) Property. Retrieves the format pattern for a short time value.
Property. Assigns the format pattern for a short time _value.
$(ANCHOR DateTimeFormat_sortableDateTimePattern) Property. Retrieves the format pattern for a sortable date and time value.
$(ANCHOR DateTimeFormat_timeSeparator) Property. Retrieves the string separating time components.
Property. Assigns the string separating time components.
$(ANCHOR DateTimeFormat_universalSortableDateTimePattern) Property. Retrieves the format pattern for a universal date and time value.
$(ANCHOR DateTimeFormat_yearMonthPattern) Property. Retrieves the format pattern for a year and month value.
Property. Assigns the format pattern for a year and month _value.
$(ANCHOR DateTimeFormat_getInstance) Retrieves the DateTimeFormat for the specified IFormatService.
$(ANCHOR DateTimeFormat_invariantFormat) Property. Retrieves a read-only DateTimeFormat instance that is culturally independent.
$(ANCHOR IFormatService_getFormat) Retrieves an object that supports formatting for the specified _type.
$(ANCHOR _DateTimeFormat) Determines how Time values are formatted, depending on the culture. Remarks: To create a DateTimeFormat for a specific culture, create a Culture for that culture and retrieve its dateTimeFormat property. To create a DateTimeFormat for the user's current culture, use the current property.