Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 16,678 for

date

(0.12 sec)
  1. Comment class | Aspose.Words for Python

    aspose.words.Comment class. Represents a container for text of a comment...Comment(doc, author, initial, date_time) Initializes a new instance...(Inherited from Node ) date_time Gets the date and time that the comment...

    reference.aspose.com/words/python-net/aspose.wo...
  2. JsonDataLoadOptions.SimpleValueParseMode | Aspo...

    Discover how the SimpleValueParseMode property in JsonDataLoadOptions enhances JSON parsing for nulls, booleans, numbers, and strings. Optimize your data loading today!...mode does not affect parsing of date-time values. The default is...

    reference.aspose.com/words/net/aspose.words.rep...
  3. How to Convert OneNote to HTML using Java

    This simple article focuses on how to convert OneNote to HTML using Java. It represents all the details to configure the environment, a complete programming work flow and an example code to export OneNote to HTML using Java....by setting the Title text and Date fields Save the OneNote file...object. The page title, title date, and time are then inserted...

    kb.aspose.com/note/java/how-to-convert-onenote-...
  4. CustomDocumentProperties.Add | Aspose.Words for...

    Create unique custom document properties effortlessly with the Add method. Enhance your documents with tailored String data types for optimal performance.... Add ( "Authorized Date" , DateTime . Today ); properties...properties . Add ( "Authorized Date" , DateTime . Today ); properties...

    reference.aspose.com/words/net/aspose.words.pro...
  5. Error Converting from PDF to PDF/A format in No...

    I am trying to convert a file from PDF to PDF/A format. The conversion seems to be working in my local environment but not in QA/Staging. The code is very straight forward and shouldnt be causing issues. I am attaching t…...</Copyright><Date>4/15/2025 4:27:01 PM</Date><File Version="1...

    forum.aspose.com/t/error-converting-from-pdf-to...
  6. 用C++实现扩展Aspose.Cells默认计算引擎的自定义计算引擎|Documentation

    本文介绍如何使用C++加载一个现有的Excel文件或创建一个新文件,通过Aspose.Cells提供的方法实现自定义计算引擎并获得结果。最后,我们将修改后的Excel文件保存到磁盘。...now_time , & local_tm ); #endif Date today { local_tm . tm_year +...data . SetCalculatedValue ( Date { today . year , today . month...

    docs.aspose.com/cells/zh/cpp/implement-custom-c...
  7. Insert Timeline|Documentation

    Learn how to create a timeline with Aspose.Cells for Java....of adjusting filters to show dates, you can use a PivotTable Timeline—a...that lets you easily filter by date/time and zoom in on the period...

    docs.aspose.com/cells/java/create-timeline/
  8. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreComments method. Specifies whether to compare differences in comments in C++...."Original textbox contents" ); // DATE field: builder -> MoveTo ( docOriginal...builder -> InsertField ( u " DATE " ); // Comment: auto newComment...

    reference.aspose.com/words/cpp/aspose.words.com...
  9. Aspose::Words::Comparing::ComparisonTargetType ...

    Aspose::Words::Comparing::ComparisonTargetType enum. Allows to specify base document which will be used during comparison. Default value is Current in C++...."Original textbox contents" ); // DATE field: builder -> MoveTo ( docOriginal...builder -> InsertField ( u " DATE " ); // Comment: auto newComment...

    reference.aspose.com/words/cpp/aspose.words.com...
  10. Data Validation with C++|Documentation

    Learn how to add data validation through the Aspose.Cells for C++ API....that a column labeled DATE contains only dates, or that another column...that a column labeled DATE contains only dates within a certain range...

    docs.aspose.com/cells/cpp/data-validation/