AnnotationDateTimeFormat Class |
Namespace: Grasshopper.Rhinoceros.Annotations
The AnnotationDateTimeFormat type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnnotationDateTimeFormat | Initializes a new instance of the AnnotationDateTimeFormat class |
![]() | AnnotationDateTimeFormat(GH_String) | Initializes a new instance of the AnnotationDateTimeFormat class |
![]() | AnnotationDateTimeFormat(String) | Initializes a new instance of the AnnotationDateTimeFormat class |
Name | Description | |
---|---|---|
![]() | DisplayName | |
![]() | IsValid |
Gets the validity of this instance. String are valid if they are not null.
(Inherited from GH_String.) |
![]() | IsValidWhyNot |
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.) |
![]() | TypeDescription | (Inherited from GH_String.) |
![]() | TypeName | (Inherited from GH_String.) |
![]() | Value |
Gets or sets the internal data.
(Inherited from GH_GooT.) |
Name | Description | |
---|---|---|
![]() | CastFrom | (Overrides GH_StringCastFrom(Object).) |
![]() | CastToQ(Q) |
Attempt a cast to type Q.
(Inherited from GH_GooT.) |
![]() | CastToT(T) | (Inherited from GH_String.) |
![]() | Duplicate | (Overrides GH_StringDuplicate.) |
![]() | DuplicateString | (Inherited from GH_String.) |
![]() | EmitProxy | (Inherited from GH_String.) |
![]() | Equals(AnnotationDateTimeFormat) | |
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | Read | (Inherited from GH_String.) |
![]() | ScriptVariable |
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.) |
![]() | ToString | (Inherited from GH_String.) |
![]() | Write | (Inherited from GH_String.) |