AnnotationDateTimeFormat
Represents a Date Time format.
Inheritance Hierarchy
System.Object
Grasshopper.Kernel.Types.GH_Goo.String.
Grasshopper.Kernel.Types.GH_String
Grasshopper.Rhinoceros.Annotations.AnnotationDateTimeFormat
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
Name
Description
Public Method
AnnotationDateTimeFormat.
Initializes a new instance of the AnnotationDateTimeFormat class
Public Method
AnnotationDateTimeFormat(GH_String)
Initializes a new instance of the AnnotationDateTimeFormat class
Public Method
AnnotationDateTimeFormat(String)
Initializes a new instance of the AnnotationDateTimeFormat class
Properties
Name
Description
Public Property
DisplayName
Public Property
IsValid
Gets the validity of this instance. String are valid if they are not null.
(Inherited from GH_String.)
Public Property
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.)
Public Property
TypeDescription
(Inherited from GH_String.)
Public Property
TypeName
(Inherited from GH_String.)
Public Property
Value
Gets or sets the internal data.
(Inherited from GH_Goo.T..)
Methods
Name
Description
Public Method
CastFrom
(Overrides
GH_String.CastFrom(Object)
.)Public Method
CastTo.Q.(Q.)
Attempt a cast to type Q.
(Inherited from GH_Goo.T..)
Public Method
CastTo.T.(T.)
(Inherited from GH_String.)
Public Method
Duplicate
(Overrides
GH_String.Duplicate.
.)Public Method
DuplicateString
(Inherited from GH_String.)
Public Method
EmitProxy
(Inherited from GH_String.)
Public Method
Equals(AnnotationDateTimeFormat)
Public Method
Equals(Object)
(Overrides Object.Equals(Object).)
Public Method
GetHashCode
(Overrides Object.GetHashCode..)
Public Method
Read
(Inherited from GH_String.)
Public Method
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_Goo.T..)
Public Method
ToString
(Inherited from GH_String.)
Public Method
Write
(Inherited from GH_String.)