Plugin Name : todo
Class Name :todo
Version :1.1
Author :SeaApple Software
ReleaseDate :06/21/2004
Supported Interfaces :Log,Script,Help,Track,Webpage,Trigger
Category :N/A
HomeURL :
UpdateURL :
HelpURL :
GUID :{A7B6120C-0926-4026-9EA6-283DA7D15077}
Description :todo Plugin: Provides todo Scheduling
Credits:N/A

Functions

function  Hour : Integer;
- Returns the current hour (0-23).

function  Minute : Integer;
- Returns the current Minute (0-59).

function  Second : Integer;
- Returns the current Second (0-59).

function  DayOfWeek : String;
- Returns the day of week as an abbreviation (Sun-Sat) using the strings given by the ShortDayNames global variable.

function  DayOfMonth : Integer;
- Returns the day of the month (1-31)

function  Month : Integer;
- Returns the month of the year (1-12)

function  Year : Integer;
- Returns the year as a four-digit number (0000-9999).

function  isHour ( List : String ) : Boolean;
- Returns True if the listed hours (0-23) are in the time period since last task refresh

function  isMinute ( List : String ) : Boolean;
- Returns True if the listed Minutes (0-59) are in the time period since last task refresh

function  isSecond ( List : String ) : Boolean;
- Returns True if the listed Seconds (0-59) are in the time period since last task refresh

function  isDayOfWeek ( List : String ) : boolean;
- Returns True if the day of week as an abbreviation (Sun-Sat) are in the time period since last task refresh

function  isDayOfMonth ( List : String ) : Boolean;
- Returns True if the day of the month (1-31) are in the time period since last task refresh

function  isMonth ( List : String ) : Boolean;
- Returns True if the listed months (1-12) are in the time period since last task refresh

function  isYear ( List : String ) : Boolean;
- Returns True if the year as a four-digit number (0000-9999) are in the time period since last task refresh