<Code Lib>
2021 Method
Changes 0
M

SunAndShadowSettings.IsAfterStartDateAndTime

Description:
Checks whether the end date and time is valid.

public bool IsAfterStartDateAndTime(
	DateTime time
)

  • DateTime
    time
    Date and time value
Return Value bool True if the date and time is valid, false otherwise.

Loading…