GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
UObject
AddClass
ClassAddRef
ClassRelease
Close
GetArray
GetAvailableAttributes
GetBsob
GetId
GetLastError
GetLastWriteTime
GetList
GetObjectLink
GetObjectLinkArray
GetValue
HasAttribute
IsAvailableLoaded
IsDirty
Load
LoadFiltered
Remove
SetArray
SetBsob
SetDirty
SetLastError
SetList
SetObjectLink
SetObjectLinkArray
SetValue
Store
Unload
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup
UObject::GetLastWriteTime
Returns the time of the last write action on the object.
Syntax
U
INT64
GetLastWriteTime()
const
;
Parameter
This function has no parameters.
Return value
The last write time of the object.
Remarks
The time is of the 'FILETIME' type (see Windows API). It contains a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).
© 2022 Mobiland AG