Click or drag to resize
AGIScriptSayDateTime Method (Int64)
Says the given time.
Available since Asterisk 1.2.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void SayDateTime(
	long time
)

Parameters

time
Type: SystemInt64
the time to say in seconds elapsed since 00:00:00 on January 1, 1970, Coordinated Universal Time (UTC)
See Also