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
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
[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');
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| EventWindowSet()()() | ||
| AnyTime | ||
| Equals(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()()() | (Inherited from Object.) |
| Object | |
| EventWindowSet | |