Search Results for

    Show / Hide Table of Contents

    Class Timing

    An SDP timing element.

    Inheritance
    System.Object
    Timing
    Namespace: FM.LiveSwitch.Sdp
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class Timing : object

    Constructors

    Timing()

    Initializes a new instance of the Timing class.

    Declaration
    public Timing()

    Timing(Double, Double)

    Initializes a new instance of the Timing class.

    Declaration
    public Timing(double startTime, double stopTime)
    Parameters
    Type Name Description
    System.Double startTime

    The start time.

    System.Double stopTime

    The stop time.

    Properties

    StartTime

    Gets or sets the start time.

    Declaration
    public double StartTime { get; set; }
    Property Value
    Type Description
    System.Double

    StopTime

    Gets or sets the stop time.

    Declaration
    public double StopTime { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Parse(String)

    Creates an Timing instance from a string.

    Declaration
    public static Timing Parse(string s)
    Parameters
    Type Name Description
    System.String s

    The string to parse.

    Returns
    Type Description
    Timing

    ToString()

    Converts this instance to a string.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0