menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimeComponent - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DateTimeComponent

    A date time component.

    Inheritance
    System.Object
    DateTimeComponent
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public sealed class DateTimeComponent : Enum

    Fields

    Day

    date time component is days.

    Declaration
    public const DateTimeComponent Day
    Field Value
    Type
    DateTimeComponent

    Hour

    date time component is hours.

    Declaration
    public const DateTimeComponent Hour
    Field Value
    Type
    DateTimeComponent

    Millisecond

    date time component is Milliseconds.

    Declaration
    public const DateTimeComponent Millisecond
    Field Value
    Type
    DateTimeComponent

    Minute

    date time component is minutes.

    Declaration
    public const DateTimeComponent Minute
    Field Value
    Type
    DateTimeComponent

    Month

    date time component is months.

    Declaration
    public const DateTimeComponent Month
    Field Value
    Type
    DateTimeComponent

    Second

    date time component is seconds.

    Declaration
    public const DateTimeComponent Second
    Field Value
    Type
    DateTimeComponent

    Year

    date time component is years.

    Declaration
    public const DateTimeComponent Year
    Field Value
    Type
    DateTimeComponent
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved