Indicates if zero seconds are shown.
[Visual Basic 6.0] Property ShowZeroSeconds As Boolean
[Visual Basic .NET] Public Property ShowZeroSeconds As Boolean
[C#] public bool ShowZeroSeconds {get; set;}
[Java] public boolean isShowZeroSeconds() throws IOException, AutomationException
[Java] public void setShowZeroSeconds( boolean ShowZeroSeconds ) throws IOException, AutomationException
[C++]
HRESULT get_ShowZeroSeconds(
VARIANT_BOOL* show
);
[C++] HRESULT put_ShowZeroSeconds( VARIANT_BOOL show);
Parameters
show [out, retval]
show is a parameter of type VARIANT_BOOL
show [in]
show is a parameter of type VARIANT_BOOL