The font used to display the seconds.
[Visual Basic 6.0]
Property SecondsFont As IFontDisp
[Visual Basic .NET]
Public Property SecondsFont As stdole.IFontDisp
[C#]
public stdole.IFontDisp SecondsFont {get; set;}
[Java] public IFontDisp getSecondsFont() throws IOException, AutomationException
[Java] public void setSecondsFont( IFontDisp pFontDisp ) throws IOException, AutomationException
[C++]
HRESULT get_SecondsFont(
IFontDisp** Font
);
[C++] HRESULT put_SecondsFont( IFontDisp* Font);
Parameters
Font [out, retval]
Font is a parameter of type IFontDisp
Font [in]
Font is a parameter of type IFontDisp