ActiveReports 12
DateFormat Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace : DateFormat Enumeration
Indicates how to display dates when calling the FormatDateTime function.
Syntax
'Declaration
 
Public Enum DateFormat 
   Inherits System.Enum
public enum DateFormat : System.Enum 
Members
MemberDescription
GeneralDateFor real numbers, displays a date and time. If the number has no fractional part, displays only a date. If the number has no integer part, displays time only. Date and time display is determined by your computer's regional settings. This member is equivalent to the Visual Basic constant vbGeneralDate.
LongDateDisplays a date using the long-date format specified in your computer's regional settings. This member is equivalent to the Visual Basic constant vbLongDate.
LongTimeDisplays a time using the long-time format specified in your computer's regional settings. This member is equivalent to the Visual Basic constant vbLongTime.
ShortDateDisplays a date using the short-date format specified in your computer's regional settings. This member is equivalent to the Visual Basic constant vbShortDate.
ShortTimeDisplays a time using the short-time format specified in your computer's regional settings. This member is equivalent to the Visual Basic constant vbShortTime.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Enterprise.Data.VisualBasicReplacement.DateFormat

See Also

Reference

GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace