Click or drag to resize
SayTimeCommand Constructor (Int64)
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
)

Parameters

time
Type: SystemInt64
the time to say in seconds since 00:00:00 on January 1, 1970.
See Also