added punctuation

This commit is contained in:
arellano 2001-05-21 19:55:04 +00:00
parent ea302f2f99
commit ee626427b7

View file

@ -2,9 +2,9 @@
*
* $RCSfile: CalendarFieldIndex.idl,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: er $ $Date: 2000-11-15 21:15:12 $
* last change: $Author: arellano $ $Date: 2001-05-21 20:55:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -70,13 +70,13 @@ module com { module sun { module star { module i18n {
/**
Field indices to be passed to various <type>XCalendar</type> methods.
Field indexes to be passed to various <type>XCalendar</type> methods.
<p>Field is writable only if marked both Get/Set
<p>Field is writable only if marked both Get/Set.
*/
constants CalendarFieldIndex
{
/// Get <type>AmPmValue</type>
/// Get <type>AmPmValue</type>.
const short AM_PM = 0;
/// Get/Set [1-31]
const short DAY_OF_MONTH = 1;
@ -84,7 +84,7 @@ constants CalendarFieldIndex
const short DAY_OF_WEEK = 2;
/// Get
const short DAY_OF_YEAR = 3;
/// Get/Set daylight saving time offset in minutes
/// Get/Set daylight saving time offset in minutes.
const short DST_OFFSET = 4;
/// Get/Set [0-23]
const short HOUR = 5;