Previous in Contents Next in Contents

Start Property

The Start property specifies when the task should start.

Type

Date (VT_DATE)

Default

None (immediate start with scheduler).

Example

Set Task = CreateObject("Push.Task")
Task.Start = #10/10/1998#
Task.AccountName = "someuser"
call Task.Update("password")

© 1997-2000 Microsoft Corporation. All rights reserved.