LumiSoft Mail Server User API
StartTime Property
Namespaces > LumiSoft.Net.SDP > SDP_Time > StartTime
Gets or sets start time when session must start. 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 StartTime { get; set; }
Public Property StartTime As Long
public:
long long StartTime {
	long long get ();
	void set (long long value);
}

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