menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Time - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Time

    Represents the methods and properties for Time element and its attributes

    Inheritance
    System.Object
    Time
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class Time

    Constructors

    Time()

    Declaration
    public Time()

    Properties

    Maximum

    Gets the maximum time

    Declaration
    public double Maximum { get; }
    Property Value
    Type
    System.Double

    Mean

    Gets the mean time

    Declaration
    public double Mean { get; }
    Property Value
    Type
    System.Double

    Minimum

    Gets the minumum time

    Declaration
    public double Minimum { get; }
    Property Value
    Type
    System.Double

    StandardDeviation

    Gets the standard deviation

    Declaration
    public double StandardDeviation { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved