| MaterialExpiryDate Property |
Gets or sets the expiry date of the material
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public DateTime? ExpiryDate { get; set; }
Public Property ExpiryDate As DateTime?
Get
Set
public:
property Nullable<DateTime> ExpiryDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member ExpiryDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also