Click or drag to resize
SayDateTimeCommand Constructor (Int64)
Creates a new SayDateTimeCommand that says the given time. the time to say in seconds elapsed since 00:00:00 on January 1, 1970, Coordinated Universal Time (UTC)

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

Parameters

time
Type: SystemInt64

[Missing <param name="time"/> documentation for "M:AsterNET.FastAGI.Command.SayDateTimeCommand.#ctor(System.Int64)"]

See Also