Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 16,698 for

date

(0.74 sec)
  1. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....Vector < Object > row1 { Object ( Date { 2015 , 6 , 12 , 10 , 6 , 30...

    docs.aspose.com/cells/cpp/returning-a-range-of-...
  2. Gmail 实用功能|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.... getInstance (); Date startDate = c . getTime ();...Calendar . HOUR_OF_DAY , 1 ); Date endDate = c . getTime (); //...

    docs.aspose.com/email/zh/java/gmail-utility-fea...
  3. Calculate Formulas with JavaScript via C++|Docu...

    This article introduces how to use Aspose.Cells library to calculate formulas in Microsoft Excel using JavaScript via C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....mathematical, string, boolean, date/time, statistical, database...calculation console . log ( new Date ()); // Enable calculation chain...

    docs.aspose.com/cells/javascript-cpp/calculate-...
  4. Working with ContentTypeProperties with JavaScr...

    Learn how to work with custom ContentTypeProperties in Excel files using Aspose.Cells for JavaScript via C++.... add ( "MK32" , new Date (). toISOString (), "DateTime"...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  5. DocumentPropertyCollection.Clear | Aspose.Words...

    Effortlessly clear all properties from your DocumentPropertyCollection with our Clear method. Streamline your data management today!... Add ( "Authorized Date" , DateTime . Today ); properties...

    reference.aspose.com/words/net/aspose.words.pro...
  6. DocumentPropertyCollection.GetEnumerator | Aspo...

    Discover the DocumentPropertyCollection GetEnumerator method. Easily iterate through all collection items with this efficient enumerator for seamless data access.... Add ( "Authorized Date" , DateTime . Today ); properties...

    reference.aspose.com/words/net/aspose.words.pro...
  7. FieldEnd.HasSeparator | Aspose.Words for .NET

    Discover the FieldEnd HasSeparator property, easily check if your field includes a separator for enhanced data organization and clarity.... InsertField ( " DATE \\@ \"dddd, d MMMM yyyy\" "...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_TotalEditingTime method. Gets or sets the total editing time in minutes in C++....System :: String :: Format ( u "Date/time last printed: {0}" , properties...

    reference.aspose.com/words/cpp/aspose.words.pro...
  9. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Manager method. Gets or sets the manager property in C++....System :: String :: Format ( u "Date/time last printed: {0}" , properties...

    reference.aspose.com/words/cpp/aspose.words.pro...
  10. Getting Headers or Footers|Documentation

    This article explains how to programmatically get header and footers from Excel or OpenOffice files using the C# API or .NET Library....for the page number, current date, or text formatting attributes...

    docs.aspose.com/cells/net/get-headers-or-footers/