Gets and sets first run date
Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property StartDate As Date |
C# |
---|
public DateTime StartDate { get; set; } |
C++ |
---|
public property DateTime StartDate sealed { DateTime get(); void set(DateTime value); } |
J# |
---|
/** property */ public DateTime get_StartDate(); /** property */ public void set_StartDate(DateTime value); |
JScript |
---|
public function get StartDate() : DateTime public function set StartDate(value : DateTime); |