Compoze Software, Inc.

portlets.compoze.groupware.calendar
Class Minute

java.lang.Object
  extended byportlets.compoze.groupware.calendar.Minute
All Implemented Interfaces:
java.io.Serializable

public class Minute
extends java.lang.Object
implements java.io.Serializable

This class represents minutes for display.

See Also:
Serialized Form

Method Summary
 int getMinute()
          Gets the minute.
static Minute[] getMinutes(int iInterval, java.util.Locale locale, java.util.TimeZone timeZone)
          Gets the minutes.
 java.lang.String getMinuteString()
          Gets the localized minute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMinute

public int getMinute()
Gets the minute.

Returns:
the minute

getMinuteString

public java.lang.String getMinuteString()
Gets the localized minute.

Returns:
the localized minute

getMinutes

public static Minute[] getMinutes(int iInterval,
                                  java.util.Locale locale,
                                  java.util.TimeZone timeZone)
Gets the minutes.

Parameters:
iInterval - the interval between minutes
locale - the locale (may not be null)
timeZone - the time zone (may not be null)
Returns:
the minutes

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.