LumiSoft Net Help
SDP_Time Constructor (startTime, stopTime)
NamespacesLumiSoft.Net.SDPSDP_TimeSDP_Time(Int64, Int64)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public SDP_Time(
	long startTime,
	long stopTime
)
Public Sub New ( 
	startTime As Long,
	stopTime As Long
)
public:
SDP_Time(
	long long startTime, 
	long long stopTime
)
new : 
        startTime : int64 * 
        stopTime : int64 -> SDP_Time
Parameters
startTime (Int64)
Start time when session must start. Network Time Protocol (NTP) time values in seconds since 1900, 0 value means not specified.
stopTime (Int64)
Stop time when session must end.Network Time Protocol (NTP) time values in seconds since 1900, 0 value means not specified.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119