ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Long
    long GetLastWriteTime()

    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