Click or drag to resize
SayDateTimeCommand Constructor (Int64, String, String)
Creates a new SayDateTimeCommand that says the given time in the given format and allows interruption by one of the given escape digits.

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

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.
format
Type: SystemString
the format the time should be said in
See Also