Class EditorDateTime
Inherited Members
Namespace: Emby.Web.GenericEdit.Editors
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class EditorDateTime : EditorBaseConstructors
EditorDateTime()
Initializes a new instance of the System.Object class.
Declaration
public EditorDateTime()EditorDateTime(String, String)
Initializes a new instance of the EditorDateTime class.
Declaration
public EditorDateTime(string name, string parentId)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | The name. | 
| System.String | parentId | The parent identifier. | 
Properties
MaxValue
Gets or sets the maximum value.
Declaration
public DateTime? MaxValue { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | The maximum value. | 
MinValue
Gets or sets the minimum value.
Declaration
public DateTime? MinValue { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | The minimum value. |