Share via


SecondFormat Enumeration

Specifies the second format in the SecondFormat property of the TimeFieldFormat class.

Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Enumeration SecondFormat
    Inherits Enum
    Implements IComparable, IFormattable, IConvertible
[SerializableAttribute]
public sealed enumeration SecondFormat : Enum, IComparable, IFormattable, IConvertible

Members

Member Description
NumericNoSecond Second value will not be displayed.
NumericSecond Second value will be printed with leading zeros for single digit values.
NumericSecondNoLeadingZero Second value will be printed with no leading zeros.

Inheritance Hierarchy

Object
   ValueType
      Enum
         SecondFormat

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace