menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Time - Xamarin.Forms 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
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class Time : Object

    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