Type Summary

						public struct DateTime : IComparable, IFormattable,
                          IConvertible
  {
    // Constructors
       public DateTime (int year, int month, int day);
       public DateTime (int year, int month, int day,
                        int hour, int minute, int second);
       public DateTime (int year, int month, int day,
                        int hour, int minute, int second,
                        int millisecond);
    MS
						public DateTime (int year, int month, int day,
                        int hour, int minute, int second,
                        int millisecond, Calendar calendar);
    MS
						public DateTime (int year, int month, int day,
                        int hour, int minute, int second,
                        Calendar calendar);
    MS
						public DateTime (int year, int month, int day,
                        Calendar calendar);
       public DateTime (long ticks);

    // Fields
       public static readonly DateTime MaxValue = new DateTime (3155378975999999999);
       public static ...

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.