GenBankLocusInfoDate Property |
Contains the date the entry was entered or underwent any substantial revisions,
such as the addition of newly published data.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public DateTime Date { get; set; }
Public Property Date As DateTime
Get
Set
public:
property DateTime Date {
DateTime get ();
void set (DateTime value);
}
member Date : DateTime with get, set
Property Value
Type:
DateTimeSee Also