Call.Call C# (CSharp) Method

Call() public method

public Call ( DateTime startDateTime, DateTime endDateTime, string dialedNumber ) : System
startDateTime DateTime
endDateTime DateTime
dialedNumber string
return System
    public Call(DateTime startDateTime, DateTime endDateTime, string dialedNumber)
    {
        this.startDateTime = startDateTime;
        this.endDateTime = endDateTime;
        this.dialedNumber = dialedNumber;
    }