ComponentOne Bitmap for WPF
GetLastWriteTime Method (LocalFontFileLoader)

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > LocalFontFileLoader Class : GetLastWriteTime Method
The font file reference key that uniquely identifies the local font file within the scope of the font loader being used.
Obtains the last write time of the file from the font file reference key.
Syntax
'Declaration
 
Public Function GetLastWriteTime( _
   ByVal referenceKey As DataPointer _
) As System.Date
public System.DateTime GetLastWriteTime( 
   DataPointer referenceKey
)

Parameters

referenceKey
The font file reference key that uniquely identifies the local font file within the scope of the font loader being used.

Return Value

The time of the last font file modification.
See Also

Reference

LocalFontFileLoader Class
LocalFontFileLoader Members