Share

SunAndShadowSettings.IsBeforeEndDateAndTime Method

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

Boolean
True if the date and time is valid, false otherwise.

See Also

Reference

Was this information helpful?