| AGIScriptSayDateTime Method (Int64) |
Says the given time.
Available since Asterisk 1.2.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected void SayDateTime(
long time
)
Protected Sub SayDateTime (
time As Long
)
protected:
void SayDateTime(
long long time
)
member SayDateTime :
time : int64 -> unit
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