Class IgbDatePartDeltas
Inheritance
System.Object
IgbDatePartDeltas
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDatePartDeltas : BaseRendererElement, JsonSerializable
Constructors
IgbDatePartDeltas()
Declaration
public IgbDatePartDeltas()
Properties
Date
Declaration
public double Date { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Hours
Declaration
public double Hours { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Minutes
Declaration
public double Minutes { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Month
Declaration
public double Month { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Seconds
Declaration
public double Seconds { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Year
Declaration
public double Year { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements