Call.Call C# (CSharp) Méthode

Call() public méthode

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