LumiSoft Mail Server User API
SDP_Time Class
Namespaces > LumiSoft.Net.SDP > SDP_Time
A SDP_Time represents an t= SDP message field. Defined in RFC 4566 5.9. Timing.
Syntax
C#Visual BasicManaged C++
public class SDP_Time
Public Class SDP_Time
public ref class SDP_Time
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
SDP_TimeNew()
Default constructor.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
static memberParse(String)
Parses media from "t" SDP message field.
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.
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.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
ToValue()
Converts this to valid "t" string.
Inheritance Hierarchy
Object
SDP_Time

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