Class DateTimeComponent
Inheritance
System.Object
DateTimeComponent
Namespace: Com.Telerik.Widget.Chart.Engine.Axes.Common
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public sealed class DateTimeComponent : Enum
Properties
Date
Day
DayOfWeek
DayOfYear
Hour
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Millisecond
Minute
Month
Quarter
Second
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
TimeInMillis
TimeOfDay
Week
Year
Methods
ValueOf(String)
Declaration
public static DateTimeComponent ValueOf(string name)
Parameters
System.String
name
|
Returns
DateTimeComponent
|