CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

TimeRange Members

The TimeRange type exposes the following members.

Constructors


  Name Description
Public method TimeRange()()()()
Initialized a Time Range with a start time of 0 and an end time of 2400.
Public method TimeRange(Time)
Initialized a Time Range with a given start time and an end time of 2400.
Public method TimeRange(Time, Time)
Initialized a Time Range with a the given start and stop time.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property End
Gets or Sets the End Time value of this range.
Public property Start
Gets or Sets the Start Time value of this range.