C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / FontFileStream Interface / GetLastWriteTime Method

In This Topic
GetLastWriteTime Method (FontFileStream)
In This Topic
Obtains the last modified time of the file.
Syntax
'Declaration
 
Function GetLastWriteTime() As System.Long
 

Return Value

the last modified time of the file in the format that represents the number of 100-nanosecond intervals since January 1, 1601 (UTC).
Remarks
The "last modified time" is used by DirectWrite font selection algorithms to determine whether one font resource is more up to date than another one.
See Also