Gets the minimal Date possible for a serial.


Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
<CategoryAttribute("Behavior"), _
DescriptionAttribute("Gets the minimal date possible to be stored in the Date field of a serial")>

Public ReadOnly Property MinDate As Date
C#
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Gets the minimal date possible to be stored in the Date field of a serial")]
public DateTime MinDate { get; }
C++
[CategoryAttribute(L"Behavior")]
[DescriptionAttribute(L"Gets the minimal date possible to be stored in the Date field of a serial")]
public property DateTime MinDate sealed {
DateTime get();
}
J#
/** @attribute CategoryAttribute("Behavior") */
/** @attribute DescriptionAttribute("Gets the minimal date possible to be stored in the Date field of a serial") */
/** property */
public DateTime get_MinDate();
JScript
public function get MinDate() : DateTime

See Also