GH_ConvertToDate_Secondary Method |
Performs indirect casts from other data types into DateTime constructs.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static bool ToDate_Secondary(
Object data,
ref DateTime destination
)
Public Shared Function ToDate_Secondary (
data As Object,
ByRef destination As DateTime
) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert. - destination
- Type: SystemDateTime
Target for value assignment.
Return Value
Type:
BooleanTrue on success, false on failure.
See Also