Click or drag to resize
SayTimeCommand Constructor (Int64, String)
Creates a new SayTimeCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SayTimeCommand(
	long time,
	string escapeDigits
)

Parameters

time
Type: SystemInt64
the time to say in seconds since 00:00:00 on January 1, 1970.
escapeDigits
Type: SystemString
contains the digits that allow the user to interrupt this command.
See Also