Checks whether the end date and time is valid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsAfterStartDateAndTime(
DateTime time
)
Parameters
- time DateTime
-
Date and time value
Return Value
Boolean
True if the date and time is valid, false otherwise.
See Also
Reference