[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.Material.EndDate"]
Namespace: WorkZone.Dispatcher.BaseAssembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic DateTime? EndDate { get; }
Public ReadOnly Property EndDate As DateTime?
Get
public:
virtual property Nullable<DateTime> EndDate {
Nullable<DateTime> get () sealed;
}
abstract EndDate : Nullable<DateTime> with get
override EndDate : Nullable<DateTime> with get
Property Value
NullableDateTimeImplements
IMaterialEndDate
See Also