Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 4,804 for

date

(0.03 sec)
  1. Supported Excel Functions|Documentation

    Supported excel functions for reading/setting/calculating formulas...coupon period to the settlement date COUPDAYS Financial : Returns...that contains the settlement date COUPDAYSNC Financial : Returns...

    docs.aspose.com/cells/python-net/supported-form...
  2. ChartAxisType enumeration | Aspose.Words for Py...

    aspose.words.drawing.charts.ChartAxisType enumeration. Specifies type of chart axis....type ) # 2 - Area chart with dates distributed along the X-axis:...500 , 300 ) dates = [ date ( 2014 , 3 , 31 ), date ( 2017 , 1...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine by implementing a custom calculation engine using the Aspose.Cells library. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to implement a custom calculation engine and get the results. Finally, we save the modified Excel file to disk....day to the system date. So if the current date is 27/07/2023, then...above sample code, the value(date time) of A1 with custom engine...

    docs.aspose.com/cells/net/implement-custom-calc...
  4. DocumentProperty.toBool method | Aspose.Words f...

    DocumentProperty.toBool method. Returns the property value as bool....customDocumentProper ; let authDate = new Date ( 2024 , 9 , 5 ); properties...properties . add ( "Authorized Date" , authDate ); properties ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentProperty.toDouble method | Aspose.Words...

    DocumentProperty.toDouble method. Returns the property value as double....customDocumentProper ; let authDate = new Date ( 2024 , 9 , 5 ); properties...properties . add ( "Authorized Date" , authDate ); properties ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. SaveOptions.UpdateLastPrintedProperty | Aspose....

    Optimize document management with SaveOptions UpDateLastPrintedProperty. Control LastPrinted upDates for efficient saving and enhanced workflow....determines whether the last printed date, which is a built-in property...updated. // If so, then the date of the document's most recent...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 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...
  8. Project Rescheduling

    Learn how to reschedule Microsoft Project (MPP/XML) project files from the project start/finish Date using Aspose.Tasks for C++....Project From Start or Finish Date This topic shows how to reschedule...from the project start/finish date using Aspose.Tasks for C++....

    docs.aspose.com/tasks/cpp/project-rescheduling/
  9. 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...
  10. DigitalSignatureDetails | Aspose.Words for Java

    Contains details for signing a document with a digital signature in Java....setSignTime(new Date()); saveOptions.setDigitalSignatureD(new...signOptions.setSignTime(new Date()); saveOptions.setDigitalSignatureD(new...

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