UserDetailsUpdatedAt Property

This property holds the time when the user's information was last updated.

Syntax

ANSI (Cross Platform)
int64 GetUserDetailsUpdatedAt();

Unicode (Windows)
LONG64 GetUserDetailsUpdatedAt();
@property (nonatomic,readonly,assign,getter=userDetailsUpdatedAt) long long userDetailsUpdatedAt;
- (long long)userDetailsUpdatedAt;
#define PID_OPENID_USERDETAILSUPDATEDAT 98

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_OpenID_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

This property holds the time when the user's information was last updated.

The time value is a number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time.

This property is read-only and not available at design time.

Data Type

Long64

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 C++ Edition - Version 20.0 [Build 8155]