method MarkTimes.Add (Key as String, Time as Date)
Adds a MarkTime object to the collection and returns a reference to the newly created object.
| | Type | Description | |
| |
Key as String |
A String expression that specifies the key of the timer to be added. Once the
newly timer is created, the Key property
indicates the key of the timer.
| |
| |
Time as Date |
A DATE expression that specifies the date/time where the timers should be
displayed. The Time property indicates the
date/time where the timer is shown.
| |
| | Return | Description | |
| | MarkTime | A
MarkTime object being created. | |