DateRangeStartDate Property |
Gets or sets the start date for the date range.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
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:
DateTimeThe start date.
Remarks This class member will not be serialized by the WCF service.
See Also