Share via


AMPMFormat Enumeration

Specifies the AM PM format in the AMPMFormat property of the TimeFieldFormat class.

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

Syntax

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

Members

Member Description
AMPMAfter Placement for the AM or PM symbols in the time field appear after the time.
AMPMBefore Placement for the AM or PM symbols in the time field appear before the time.

Inheritance Hierarchy

Object
   ValueType
      Enum
         AMPMFormat

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace