Type Summary
public sealed class DateTimeFormatInfo : ICloneable, IFormatProvider { // Constructors public DateTimeFormatInfo (); // Properties public string[] AbbreviatedDayNames { set; get; } public string[] AbbreviatedMonthNames { set; get; } public string AMDesignator { set; get; } MS public Calendar Calendar { set; get; } MS public CalendarWeekRule CalendarWeekRule { set; get; } public static DateTimeFormatInfo CurrentInfo { get; } public string DateSeparator { set; get; } public string[] DayNames { set; get; } MS public DayOfWeek FirstDayOfWeek { set; get; } public string FullDateTimePattern { set; get; } public static DateTimeFormatInfo InvariantInfo { get; } public bool IsReadOnly { get; } public string LongDatePattern { set; get; } ...
Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.