이 메서드는 라이선스에 절대 또는 상대적 시간 제한이 있는 경우, 해당 라이선스가 더 이상 작동하지 않게 되는 날짜를 반환합니다.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
이 메서드는 라이선스에 절대 또는 상대적 시간 제한이 있는 경우, 해당 라이선스가 더 이상 작동하지 않게 되는 날짜를 반환합니다.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
HRESULT ExpirationDate(
int* Year,
int* Month,
int* Day,
VARIANT_BOOL* HasTimeLimitation
);
bool ExpirationDate(
out int Year,
out int Month,
out int Day
);
Function ExpirationDate( _
ByRef Year As Integer, _
ByRef Month As Integer, _
ByRef Day As Integer _
) As Boolean
이 페이지가 도움이 되었나요?