DateTime Structure
Represents an instant in time, typically expressed as a date and time of day. To browse the .NET Framework source code for this type, see the Reference Source.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NameAttribute] public struct DateTime : IComparable, IComparable<DateTime>, IEquatable<DateTime>, IFormattable
<ExternalAttribute> _ <NameAttribute> _ Public Structure DateTime _ Implements IComparable, IComparable(Of DateTime), _ IEquatable(Of DateTime), IFormattable
[ExternalAttribute] [NameAttribute] public value class DateTime : IComparable, IComparable<DateTime^>, IEquatable<DateTime^>, IFormattable