AyaNova business object library 4.0.1
EventWindowSet Class
NamespacesGZTW.AyaNova.BLLEventWindowSet
Manages a set of event windows for a week Serializable for easy saving to database / file etc Easily confirms if a given date/time is within an allowable window or not
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
[SerializableAttribute]
public class EventWindowSet
<SerializableAttribute> _
Public Class EventWindowSet
Dim instance As EventWindowSet
[SerializableAttribute]
public ref class EventWindowSet
/** @attribute SerializableAttribute */ 
public class EventWindowSet
public class EventWindowSet
GZTW.AyaNova.BLL.EventWindowSet = function();

Type.createClass(
	'GZTW.AyaNova.BLL.EventWindowSet');
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
EventWindowSet()()()
AnyTime
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Events
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
InEventWindow(DateTime)
Returns true if a given date/time is within an event window. False if not.

IsDirty
IsValid
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetEvent(Int32, Boolean, Boolean, DateTime, DateTime)
Sets an event for day indicated.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
EventWindowSet

Assembly: GZTW.AyaNova.BLL (Module: GZTW.AyaNova.BLL) Version: 4.0.1.0 (4.0.0.0)