xl.write
Class DateFormats

System.Object
  extended byxl.write.DateFormats

public sealed class DateFormats
extends System.Object

Static class which contains Excels predefined Date formats


Field Summary
static xl.biff.DisplayFormat DEFAULT
          The default format.
static xl.biff.DisplayFormat FORMAT1
          The default format.
static xl.biff.DisplayFormat FORMAT10
          Equivalent to a date format of "mm:ss"
static xl.biff.DisplayFormat FORMAT11
          Equivalent to a date format of "H:mm:ss"
static xl.biff.DisplayFormat FORMAT12
          Equivalent to a date format of "mm:ss.S"
static xl.biff.DisplayFormat FORMAT2
          Equivalent to a date format of "d-MMM-yy"
static xl.biff.DisplayFormat FORMAT3
          Equivalent to a date format of "d-MMM"
static xl.biff.DisplayFormat FORMAT4
          Equivalent to a date format of "MMM-yy"
static xl.biff.DisplayFormat FORMAT5
          Equivalent to a date format of "h:mm a"
static xl.biff.DisplayFormat FORMAT6
          Equivalent to a date format of "h:mm:ss a"
static xl.biff.DisplayFormat FORMAT7
          Equivalent to a date format of "H:mm"
static xl.biff.DisplayFormat FORMAT8
          Equivalent to a date format of "H:mm:ss"
static xl.biff.DisplayFormat FORMAT9
          Equivalent to a date format of "M/d/yy H:mm"
 
Constructor Summary
DateFormats()
           
 
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMAT1

public static readonly xl.biff.DisplayFormat FORMAT1
The default format. This is equivalent to a date format of "M/d/yy"


DEFAULT

public static readonly xl.biff.DisplayFormat DEFAULT
The default format. This is equivalent to a date format of "M/d/yy"


FORMAT2

public static readonly xl.biff.DisplayFormat FORMAT2
Equivalent to a date format of "d-MMM-yy"


FORMAT3

public static readonly xl.biff.DisplayFormat FORMAT3
Equivalent to a date format of "d-MMM"


FORMAT4

public static readonly xl.biff.DisplayFormat FORMAT4
Equivalent to a date format of "MMM-yy"


FORMAT5

public static readonly xl.biff.DisplayFormat FORMAT5
Equivalent to a date format of "h:mm a"


FORMAT6

public static readonly xl.biff.DisplayFormat FORMAT6
Equivalent to a date format of "h:mm:ss a"


FORMAT7

public static readonly xl.biff.DisplayFormat FORMAT7
Equivalent to a date format of "H:mm"


FORMAT8

public static readonly xl.biff.DisplayFormat FORMAT8
Equivalent to a date format of "H:mm:ss"


FORMAT9

public static readonly xl.biff.DisplayFormat FORMAT9
Equivalent to a date format of "M/d/yy H:mm"


FORMAT10

public static readonly xl.biff.DisplayFormat FORMAT10
Equivalent to a date format of "mm:ss"


FORMAT11

public static readonly xl.biff.DisplayFormat FORMAT11
Equivalent to a date format of "H:mm:ss"


FORMAT12

public static readonly xl.biff.DisplayFormat FORMAT12
Equivalent to a date format of "mm:ss.S"

Constructor Detail

DateFormats

public DateFormats()