com.stimulsoft.data.functons
Class StiDayOfWeekToStrHelper

java.lang.Object
  extended by com.stimulsoft.data.functons.StiDayOfWeekToStrHelper

public class StiDayOfWeekToStrHelper
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiDayOfWeekToStrHelper()
           
 
Method Summary
static void addCulture(java.lang.String[] monthNames, java.lang.String[] cultureNames, boolean defaultUpperCase)
           
static java.lang.String dayOfWeek(StiDateTime date)
          Returns the day of the week.
static java.lang.String dayOfWeek(StiDateTime date, boolean localized)
          Returns the day of the week.
static java.lang.String dayOfWeek(StiDateTime dateTime, java.lang.String culture)
           
static java.lang.String dayOfWeek(StiDateTime dateTime, java.lang.String culture, boolean upperCase)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiDayOfWeekToStrHelper

public StiDayOfWeekToStrHelper()
Method Detail

dayOfWeek

public static java.lang.String dayOfWeek(StiDateTime date)
Returns the day of the week.

Parameters:
date -
Returns:

dayOfWeek

public static java.lang.String dayOfWeek(StiDateTime date,
                                         boolean localized)
Returns the day of the week.

Parameters:
date -
localized -
Returns:

dayOfWeek

public static java.lang.String dayOfWeek(StiDateTime dateTime,
                                         java.lang.String culture)

dayOfWeek

public static java.lang.String dayOfWeek(StiDateTime dateTime,
                                         java.lang.String culture,
                                         boolean upperCase)

addCulture

public static void addCulture(java.lang.String[] monthNames,
                              java.lang.String[] cultureNames,
                              boolean defaultUpperCase)