| JobItemScheduleStartDate Property |
Gets or sets the start date
Namespace:
SanteDB.Core.Configuration
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public DateTime StartDate { get; set; }
Public Property StartDate As DateTime
Get
Set
public:
property DateTime StartDate {
DateTime get ();
void set (DateTime value);
}
member StartDate : DateTime with get, set
Property Value
Type:
DateTimeSee Also