Click or drag to resize
AGIScriptSayDateTime Method (Int64, String)
Says the given time and allows interruption by one of the given escape digits.
Available since Asterisk 1.2.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected char SayDateTime(
	long time,
	string escapeDigits
)

Parameters

time
Type: SystemInt64
the time to say in seconds elapsed since 00:00:00 on January 1, 1970, Coordinated Universal Time (UTC)
escapeDigits
Type: SystemString
the digits that allow the user to interrupt this command or null for none.

Return Value

Type: Char
the DTMF digit pressed or 0x0 if none was pressed.
See Also