Click or drag to resize

IDateRangeSecured Interface

Note: This API is now obsolete.


Namespace: Ignition.Utility
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[ObsoleteAttribute("Define your own IsActive method instead. To match previous behavior, use 'DateTime.Now.IsWithin(StartDate, EndDate)' (5.0)")]
public interface IDateRangeSecured

The IDateRangeSecured type exposes the following members.

Properties
 NameDescription
Public propertyEndDate 
Public propertyStartDate 
Top
Extension Methods
 NameDescription
Public Extension MethodIsActive
(Defined by DateRangeSecuredExtensions)
Top
See Also