Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 11,908 for

date

(0.04 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/net/supported-formula-fun...
  2. 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/java/supported-formula-fu...
  3. Chart.series property | Aspose.Words for Python

    Chart.series property. Provides access to series collection....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...
  4. 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/
  5. 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...
  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. 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...
  9. Generate Reports in EML Files via .NET | produc...

    C# source code to generate EML format reports on .NET Framework, .NET Core, and Xamarin Platforms....#FirstName# #LastName# Sent Date: #Date#" ; // create a new TemplateEngine...string )); dt.Columns.Add( "Date" , typeof (DateTime)); System...

    products.aspose.com/email/net/assembly/eml/
  10. FieldBarcode | Aspose.Words for Java

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

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