Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 11,921 for

date

(0.04 sec)
  1. IDocumentLoadingCallback class | Aspose.Words f...

    Aspose.Words.Loading.IDocumentLoadingCallback class. Implement this interface if you want to have your own custom method called during loading a document....LoadingProgressCallb () { mLoadingStartedAt = Date . now (); } /// <summary> ///...args ) { DateTime canceledAt = Date . now (); double ellapsedSeconds...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentSavingArgs class | Aspose.Words for Nod...

    Aspose.Words.Saving.DocumentSavingArgs class. An argument passed into Aspose.Words.Saving.IDocumentSavingCallback.Notify(Aspose.Words.Saving.DocumentSavingArgs)...SavingProgressCallba () { mSavingStartedAt = Date . now (); } /// <summary> ///...args ) { DateTime canceledAt = Date . now (); double ellapsedSeconds...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Fields::FieldFormat::get_DateTim...

    Aspose::Words::Fields::FieldFormat::get_DateTimeFormat method. Gets or sets a formatting that is applied to a Date and time field result. Corresponds to the \@ switch in C++....formatting that is applied to a date and time field result. Corresponds...field -> get_Result ()); // 2 - Date/time format: field = builder...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. BuiltInDocumentProperties.lastPrinted property ...

    BuiltInDocumentProperties.lastPrinted property. Gets or sets the Date when the document was last printed in UTC....lastPrinted property Gets or sets the date when the document was last printed...in UTC. get lastPrinted () : Date Remarks For documents originated...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. GeneralFormatCollection indexer | Aspose.Words ...

    GeneralFormatCollection indexer. Gets a general format at the specified index.... result ) # 2 - Date/time format: field = builder...insert_field ( 'DATE' ) format = field . format format . date_time_format...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Field.format property | Aspose.Words for Python

    Field.format property. Gets a [FieldFormat](../../fieldformat/) object that provides typed access to field's formatting.... result ) # 2 - Date/time format: field = builder...insert_field ( 'DATE' ) format = field . format format . date_time_format...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Accessing XML Data in Java|Aspose.Words for Java

    Learn how to access XML data while building a report using LINQ in Java....numbers or to specify custom date-time and numeric formats to...representations: Long Double Boolean Date Note – For recognition of data...

    docs.aspose.com/words/java/accessing-xml-data/
  8. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in Node.js by implementing a custom calculation engine using the Aspose.Cells library for Node.js via C++. Load an existing Excel file or create a new one to use the methods provided and save the modified Excel file....day to the system date. So if the current date is 27/07/2023, then...CalculatedValue: add one day offset for the date data . setCalculatedValue (...

    docs.aspose.com/cells/nodejs-cpp/implement-cust...
  9. 在 Python 中设置 PDF 到期|Aspose.PDF for Java

    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....month=4;today = new Date();today = new Date(today.getFullYear()...today.getMonth());expiry = new Date(year, month);if (today.getTime()...

    docs.aspose.com/pdf/zh/java/set-pdf-expiration-...
  10. Presentation Comments|Aspose.Slides Documentation

    Add comments and replies in PowerPoint presentation in Java...get_Item ( 0 ), point , new Date ()); // Adds slide comment for...get_Item ( 1 ), point , new Date ()); // Accesses ISlide 1 ISlide...

    docs.aspose.com/slides/java/presentation-comments/