| InsightWidgetBaseDatePeriodCustomEnd Property |
Namespace:
Dynamicweb.Dashboards.Widgets
Assembly:
Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax [AddInLabelAttribute("To")]
[AddInParameterAttribute("DatePeriodCustomEnd")]
[AddInParameterOrderAttribute(120)]
[AddInParameterGroupAttribute("")]
[AddInParameterEditorAttribute(typeof(DateTimeParameterEditor), "AllowNeverExpire=false;AllowEmpty=false;show=date")]
public virtual DateTime DatePeriodCustomEnd { get; set; }
<AddInLabelAttribute("To")>
<AddInParameterAttribute("DatePeriodCustomEnd")>
<AddInParameterOrderAttribute(120)>
<AddInParameterGroupAttribute("")>
<AddInParameterEditorAttribute(GetType(DateTimeParameterEditor), "AllowNeverExpire=false;AllowEmpty=false;show=date")>
Public Overridable Property DatePeriodCustomEnd As DateTime
Get
Set
Property Value
Type:
DateTimeSee Also