Click or drag to resize

AnnotationDateTimeFormat Class

Represents a Date Time format.
Inheritance Hierarchy
SystemObject
  Grasshopper.Kernel.TypesGH_GooString
    Grasshopper.Kernel.TypesGH_String
      Grasshopper.Rhinoceros.AnnotationsAnnotationDateTimeFormat

Namespace:  Grasshopper.Rhinoceros.Annotations
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public sealed class AnnotationDateTimeFormat : GH_String, 
	IEquatable<AnnotationDateTimeFormat>

The AnnotationDateTimeFormat type exposes the following members.

Constructors
  NameDescription
Public methodAnnotationDateTimeFormat
Initializes a new instance of the AnnotationDateTimeFormat class
Public methodAnnotationDateTimeFormat(GH_String)
Initializes a new instance of the AnnotationDateTimeFormat class
Public methodAnnotationDateTimeFormat(String)
Initializes a new instance of the AnnotationDateTimeFormat class
Top
Properties
  NameDescription
Public propertyDisplayName
Public propertyIsValid
Gets the validity of this instance. String are valid if they are not null.
(Inherited from GH_String.)
Public propertyIsValidWhyNot
Gets a string describing the state of "invalidness". If the instance is valid, then this property should return Nothing or String.Empty.
(Inherited from GH_String.)
Public propertyTypeDescription (Inherited from GH_String.)
Public propertyTypeName (Inherited from GH_String.)
Public propertyValue
Gets or sets the internal data.
(Inherited from GH_GooT.)
Top
Methods
  NameDescription
Public methodCastFrom (Overrides GH_StringCastFrom(Object).)
Public methodCastToQ(Q)
Attempt a cast to type Q.
(Inherited from GH_GooT.)
Public methodCastToT(T) (Inherited from GH_String.)
Public methodDuplicate (Overrides GH_StringDuplicate.)
Public methodDuplicateString (Inherited from GH_String.)
Public methodEmitProxy (Inherited from GH_String.)
Public methodEquals(AnnotationDateTimeFormat)
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodRead (Inherited from GH_String.)
Public methodScriptVariable
This function will be called when the local IGH_Goo instance disappears into a user Script. This would be an excellent place to cast your IGH_Goo type to a simple data type.
(Inherited from GH_GooT.)
Public methodToString (Inherited from GH_String.)
Public methodWrite (Inherited from GH_String.)
Top
See Also