SdpTimeStartTime Property |
Gets or sets the Start time.
Namespace: StreamCoders.SdpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic string StartTime { get; set; }
Public Property StartTime As String
Get
Set
public:
property String^ StartTime {
String^ get ();
void set (String^ value);
}
member StartTime : string with get, set
Property Value
Type:
String
These values are the decimal representation of Network Time Protocol (NTP) time values in
seconds [1]. To convert these values to UNIX time, subtract decimal 2208988800.
See Also