LumiSoft Mail Server User API
StopTime Property
Namespaces > LumiSoft.Net.SDP > SDP_Time > StopTime
Gets or sets stop time when session must end. Network Time Protocol (NTP) time values in seconds since 1900. 0 value means not specified, if StopTime is also 0, then means infinite session.
Syntax
C#Visual BasicManaged C++
public long StopTime { get; set; }
Public Property StopTime As Long
public:
long long StopTime {
	long long get ();
	void set (long long value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)