Skip to content

DateTimeField

Public Class

DateTime field value class

Inheritance Hierarchy

System.Object
Rhino.Render.Fields.Field
Rhino.Render.Fields.DateTimeField

Namespace: Rhino.Render.Fields

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public class DateTimeField : Field

The DateTimeField type exposes the following members.

Properties

Name

Description


Public Property

When fields are used by the automatic UI, they can be hidden from it by calling this method.

(Inherited from Field.)


Public Property

Field name value string passed to the constructor.

(Inherited from Field.)


Public Property

Gets or sets an object that contains data to associate with the field.

(Inherited from Field.)


Public Property

Set Max value for Texture amount

(Inherited from Field.)


Public Property

Set Min value for Texture amount

(Inherited from Field.)


Public Property

True if ‘texture amount’ is in use, otherwise false. The ‘texture amount’ is represented as a numeric stepper in the UI. If true, then the stepper is shown. If false, then the stepper is hidden.

(Inherited from Field.)


Public Property

True if ‘texture on’ is in use, otherwise false. In the UI ‘texture on’ is represented as a checkbox. If true then the checbox is shown. If false then the checkbox is not shown.

(Inherited from Field.)


Public Property

Gets or sets the field value


Methods

Name

Description


Protected Method

(Inherited from Field.)


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Public Method

Parametrized version of GetValue calling appropriate ValueAs* methods.

(Inherited from Field.)


Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)


Protected Method

Return field value as a bool.

(Inherited from Field.)


Protected Method

Return field as a byte array.

(Inherited from Field.)


Protected Method

Return field as a Rhino.Display.Color4f color value.

(Inherited from Field.)


Protected Method

Return field as a DateTime value.

(Inherited from Field.)


Protected Method

Return field value as a double precision number.

(Inherited from Field.)


Protected Method

Return field value as floating point number.

(Inherited from Field.)


Protected Method

Return field value as Guid.

(Inherited from Field.)


Protected Method

Return field value as integer.

(Inherited from Field.)


Public Method

(Overrides

.)


Protected Method

Return field as a Rhino.Geometry.Point2d color value.

(Inherited from Field.)


Protected Method

Return field as a Rhino.Geometry.Point3d color value.

(Inherited from Field.)


Protected Method

Return field as a Rhino.Geometry.Point4d color value.

(Inherited from Field.)


Protected Method

Get field value as a string.

(Inherited from Field.)


Protected Method

Return field as a Rhino.Geometry.Transform color value.

(Inherited from Field.)


Protected Method

Return field as a Rhino.Geometry.Vector2d color value.

(Inherited from Field.)


Protected Method

Return field as a Rhino.Geometry.Vector3d color value.

(Inherited from Field.)