Checks if the date provided is within VisionPro.Generic maintenance period.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.0
[ObsoleteAttribute("This method is deprecated.", false)]
public static bool IsDateWithinMaintenancePeriod(
int year,
int month,
int day,
bool throwOnInternalError
)[ObsoleteAttribute("This method is deprecated.", false)]
public static bool IsDateWithinMaintenancePeriod(
int year,
int month,
int day,
bool throwOnInternalError
)<ObsoleteAttribute("This method is deprecated.", false)>
Public Shared Function IsDateWithinMaintenancePeriod (
year As Integer,
month As Integer,
day As Integer,
throwOnInternalError As Boolean
) As Boolean<ObsoleteAttribute("This method is deprecated.", false)>
Public Shared Function IsDateWithinMaintenancePeriod (
year As Integer,
month As Integer,
day As Integer,
throwOnInternalError As Boolean
) As Booleanpublic:
[ObsoleteAttribute(L"This method is deprecated.", false)]
static bool IsDateWithinMaintenancePeriod(
int year,
int month,
int day,
bool throwOnInternalError
)
public:
[ObsoleteAttribute(L"This method is deprecated.", false)]
static bool IsDateWithinMaintenancePeriod(
int year,
int month,
int day,
bool throwOnInternalError
)
Return Value
Type:
BooleanTrue. Cognex dongles are no longer using Maintenance Period so this deprecated function will always return true.