-
com.grapecity.documents.excel
-
- AsyncCustomFunction
- BaseCellType
- ButtonCellType
- CalcReference
- CancellationToken
- CancellationTokenSource
- CellColorSortField
- CellDecoration
- CellDecorationIcon
- CellInfo
- CellPadding
- CheckBoxCellType
- CheckBoxListCellType
- Color
- ColorUtilities
- ComboBoxCellItem
- ComboBoxCellType
- CornerFold
- CsvOpenOptions
- CsvParseContext
- CsvParseResult
- CsvSaveOptions
- CustomBorderStyle
- CustomFunction
- DataImportOptions
- DataImportResult
- DataValidationJsonError
- DateInfo
- DeserializationOptions
- DocumentProperties
- Event
- EventArgs
- FindOptions
- FontColorSortField
- FontInfo
- FormulaJsonError
- HyperLinkCellType
- IconSortField
- ImageSaveOptions
- ImageSource
- JsonError
- Margin
- OpenOptionsBase
- PageContentInfo
- PageInfo
- PagePrintedEventArgs
- PagePrintEventArgs
- PagePrintingEventArgs
- PageSettings
- Parameter
- PasteOption
- PdfSaveOptions
- PdfSecurityOptions
- PivotFilterOptions
- Point
- PrintManager
- RadioButtonListCellType
- RangeEventArgs
- RangeFindReplace
- RangeFindReplace.FindReplaceImpl
- RangePartialClasses
- RangePartialClasses.FindReplaceImpl
- RangeTemplateCellType
- Rectangle
- RepeatSetting
- ReplaceOptions
- SaveOptionsBase
- SelectFieldItem
- SerializationOptions
- SheetEventArgs
- SignatureDetails
- Size
- SjsOpenOptions
- SjsSaveOptions
- SortFieldBase
- SpecialCellsValue
- TableStyleFactory
- TextFormatInfo
- Theme
- Themes
- ThemeStorage
- ValueSortField
- WebRequestResult
- Workbook
- WorkbookOptions
- WriteProtection
- XlsmOpenOptions
- XlsmSaveOptions
- XlsxOpenOptions
- XlsxSaveOptions
- XltxOpenOptions
- XltxSaveOptions
-
- com.grapecity.documents.excel.drawing
- com.grapecity.documents.excel.expressions
- com.grapecity.documents.excel.forms
- com.grapecity.documents.excel.template
- com.grapecity.documents.excel.template.DataSource
(Showing Draft Content)
DateInfo
Class DateInfo
java.lang.Object
com.grapecity.documents.excel.DateInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DateFromOADate(double value) Deprecated.This member is obsolete.static LocalDateTimeFromOADateAsLocalDateTime(double value) GetsLocalDateTimeaccording to OADate.static doubleToOADate(LocalDateTime localDateTime) Gets OADate according to LocalDateTime.static doubleGets OADate according to calendar.static doubleGets OADate according to Date.
-
Constructor Details
-
DateInfo
public DateInfo()
-
-
Method Details
-
ToOADate
Gets OADate according to Date.- Parameters:
date- The Date object to convert.- Returns:
- the value of OADate
-
ToOADate
Gets OADate according to calendar.- Parameters:
calendar- The Calendar object to convert.- Returns:
- the value of OADate
-
ToOADate
Gets OADate according to LocalDateTime.- Parameters:
localDateTime- The LocalDateTime object to convert.- Returns:
- the value of OADate
-
FromOADate
Deprecated.This member is obsolete. UseFromOADateAsLocalDateTime(double)instead.GetsDateaccording to OADate.- Parameters:
value- The OADate value to convert.- Returns:
- the value of Date
-
FromOADateAsLocalDateTime
GetsLocalDateTimeaccording to OADate.- Parameters:
value- The OADate value to convert.- Returns:
- the value of Date
-