Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 15,204 for

date

(0.29 sec)
  1. Customizing Email Headers in Python|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Email Headers" ) \ # Specify Date timeZone = self . TimeZone calendar...)) date = calendar . getTime () message . setDate ( date ) \...

    docs.aspose.com/email/java/customizing-email-he...
  2. XlsxSaveOptions.DateTimeParsingMode | Aspose.Wo...

    Discover XlsxSaveOptions' DateTimeParsingMode property to customize how your document parses Dates and times, ensuring accurate data interpretation....document text is parsed to identify date and time values. The default...specify autodetection of the date time format. Document doc =...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Customize Chart Axes in Presentations Using Jav...

    Discover how to use JavaScript with Aspose.Slides for Node.js via Java to customize chart axes in PowerPoint presentations for reports and visualizations....preferred category axis type ( date or text ). This code in JavaScript...slides . CategoryAxisType . Date ); chart . getAxes (). getHorizontalAxis...

    docs.aspose.com/slides/nodejs-java/chart-axis/
  4. ChartType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartType enumeration. Specifies type of a chart....Value ); // 2 - Area chart with dates distributed along the X-axis:...); let dates = [ Date . parse ( "2014-03-31" ), Date . parse...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Throw exception in contact using aspose api - F...

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = pst.RootFolder; …...variable // Sanitize invalid dates if (calItem.StartDate < new...underlying MAPI format stores dates as a Win32 FILETIME value, whose...

    forum.aspose.com/t/throw-exception-in-contact-u...
  6. Number Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that supports many different cell number settings. This article will introduce how to use Aspose.Cells library to manage the number settings of cells so that users can adjust the number format in the spreadsheet as needed....Display Formats of Numbers and Dates A very strong feature of Microsoft...formats of numeric values and dates. We know that numeric data can...

    docs.aspose.com/cells/cpp/cells-number-settings/
  7. FieldSaveDate Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldSaveDate class, designed to effortlessly implement the SAVEDate field for streamlined document management.... Remarks Retrieves the date and time on which the document...SAVEDATE field to display the date/time of the document’s most...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Filter Emails in MBOX Files with Paginated Supp...

    Filter and paginate MBOX emails in C# using Aspose.Email to boost performance and handle messages efficiently in .NET applications....MBOX Messages by Subject and Date Paginate Large MBOX Files in...such as subject, sender, or date. How to paginate email messages...

    blog.aspose.com/email/filter-paginate-mbox-mess...
  9. CustomDocumentProperties | Aspose.Words for Java

    A collection of custom document properties in Java.... add(String name, Date value) Creates a new custom...property of the PropertyType.DATE_TIME data type. addLinkToContent(String...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldPageRef | Aspose.Words for Java

    Implements the PAGEREF field in Java....insertField(" DATE \\@ \"dddd, d MMMM yyyy\" ");...dateField = builder.insertField("DATE \\* MERGEFORMAT"); Assert.a...

    reference.aspose.com/words/java/com.aspose.word...