TimeFunction.StartTime



StartTime() As Date
ED
avaliable
RT
read only

Remarks

Gets or sets the start time when the function should be executed.

Sample


Sub zenOn_TimeFunction_SetStartTime(ByRef zTime As TimeFunction)

	'Set new start time: 2007-08-21 14:30:30
	zTime.StartTime = DateSerial(2007, 8, 21) + TimeSerial(14, 30, 30)

	'Output new start time
	Debug.Print zTime.StartTime

End Sub


See Also

TimeFunction