This method sets the date and time of a batch (corresponding to the #BatchDate and #BatchTime variables).
[Nothing =] Object.SetBatchDateTime(Date, Time)
|
Part |
Data type |
Description |
|
Object |
Object |
An object expression that evaluates to a COM Batch object. |
|
Date |
String |
The new date. Be sure to use 4 digits for the year. |
|
Time |
String |
The new time. Use one of these formats:
You can replace the colon with any character, for example a period or space. |
None.
| Warning |
|---|
|
None.