| SayTimeCommandTime Property |
Get/Set the time to say in seconds since 00:00:00 on January 1, 1970.
Namespace: AsterNET.FastAGI.CommandAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long Time { get; set; }
Public Property Time As Long
Get
Set
public:
property long long Time {
long long get ();
void set (long long value);
}
member Time : int64 with get, set
Property Value
Type:
Int64See Also