Certification.EffectiveDate Property |
The date at which this certification goes into effect and becomes valid.
This property only has meaning when the certification is associated to an
individual user, and will be different for each user.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic Nullable<DateTime> EffectiveDate { get; set; }
Public Property EffectiveDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> EffectiveDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member EffectiveDate : Nullable<DateTime> with get, set
Property Value
Type:
Nullable<DateTime>
See Also