TimeRange..::..End Property
Gets or Sets the End Time value of this range.
Namespace:
CAS.Lib.CodeProtect.LicenseDsc.ConstraintsAssembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
[BindableAttribute] [BrowsableAttribute] [CategoryAttribute] [DefaultValueAttribute] [DescriptionAttribute] [DesignerSerializationVisibilityAttribute] public Time End { get; set; }
<BindableAttribute> _ <BrowsableAttribute> _ <CategoryAttribute> _ <DefaultValueAttribute> _ <DescriptionAttribute> _ <DesignerSerializationVisibilityAttribute> _ Public Property End As Time Get Set
[BindableAttribute] [BrowsableAttribute] [CategoryAttribute] [DefaultValueAttribute] [DescriptionAttribute] [DesignerSerializationVisibilityAttribute] public: property Time^ End { Time^ get (); void set (Time^ value); }
Return Value
Gets the End Time value of this range.Exceptions
Exception | Condition |
---|---|
ApplicationException | This will throw an exception if the end time is less then or equal to the start time. |