SunAndShadowSettingsIsBeforeEndDateAndTime Method |
Checks whether the start date and time is valid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsBeforeEndDateAndTime(
DateTime time
)
Public Function IsBeforeEndDateAndTime (
time As DateTime
) As Boolean
public:
bool IsBeforeEndDateAndTime(
DateTime time
)
member IsBeforeEndDateAndTime :
time : DateTime -> bool
Parameters
- time DateTime
-
Date and time value
Return Value
Boolean
True if the date and time is valid, false otherwise.
See Also