MaterialStartDate Property |
[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.Material.StartDate"]
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? StartDate { get; }
Public ReadOnly Property StartDate As DateTime?
Get
public:
virtual property Nullable<DateTime> StartDate {
Nullable<DateTime> get () sealed;
}
abstract StartDate : Nullable<DateTime> with get
override StartDate : Nullable<DateTime> with get
Property Value
NullableDateTimeImplements
IMaterialStartDate
See Also