Gets maximal expiration date possible for a serial
Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <CategoryAttribute("Behavior"), _ DescriptionAttribute("Gets the maximal date possible to be stored in the Date field of a serial")> Public ReadOnly Property MaxDate As Date |
| C# |
|---|
| [CategoryAttribute("Behavior")] [DescriptionAttribute("Gets the maximal date possible to be stored in the Date field of a serial")] public DateTime MaxDate { get; } |
| C++ |
|---|
| [CategoryAttribute(L"Behavior")] [DescriptionAttribute(L"Gets the maximal date possible to be stored in the Date field of a serial")] public property DateTime MaxDate sealed { DateTime get(); } |
| J# |
|---|
| /** @attribute CategoryAttribute("Behavior") */ /** @attribute DescriptionAttribute("Gets the maximal date possible to be stored in the Date field of a serial") */ /** property */ public DateTime get_MaxDate(); |
| JScript |
|---|
| public function get MaxDate() : DateTime |