ButterflowSubregionEnd Property |
Gets or sets the end of the subregion.
Namespace:
butterflow_ui
Assembly:
butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public TimeSpan End { get; set; }
Public Property End As TimeSpan
Get
Set
public:
property TimeSpan End {
TimeSpan get ();
void set (TimeSpan value);
}
member End : TimeSpan with get, set
Property Value
Type:
TimeSpan The end of the subregion.
See Also