Checks whether the start date and time is valid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool IsBeforeEndDateAndTime( DateTime time )
Parameters
- time DateTime
- Date and time value
Return Value
BooleanTrue if the date and time is valid, false otherwise.