Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 14,818 for

date

(0.2 sec)
  1. FieldTC | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldAutoNumLgl | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  3. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in JavaScript by implementing a custom calculation engine using the Aspose.Cells library for JavaScript 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...add a one‑day offset to the date data . calculatedValue = CellsHelper...

    docs.aspose.com/cells/javascript-cpp/implement-...
  4. Generate Reports in OST Files via .NET | produc...

    C# source code to generate OST 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/ost/
  5. IFieldResultFormatter class | Aspose.Words for ...

    Aspose.Words.Fields.IFieldResultFormatter class. Implement this interface if you want to control how the field result is formatted....Words applies a date/time format switch, i.e. \@...FieldResultFormatter ( "${0}" , "Date: {0}" , "Item # {0}:" ); doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. XlsxDateTimeParsingMode Enum | Aspose.Words for...

    Discover Aspose.Words' XlsxDateTimeParsingMode enum for efficient document text parsing. Easily identify Date and time values in your files!...document text is parsed to identify date and time values. public enum...specify autodetection of the date time format. Document doc =...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Aspose::Words::Document::UpdateFields method | ...

    Aspose::Words::Document::UpDateFields method. UpDates the values of fields in the whole document in C++....be updated to show an up-to-date result. doc -> UpdateFields...field and nest a DATE field inside it. // DATE fields update their...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Comment.DateTimeUtc | Aspose.Words for .NET

    Discover the Comment DateTimeUtc property, which retrieves the exact UTC Date and time of your comments for accurate tracking and management....DateTimeUtc property Gets the UTC date and time that the comment was...Examples Shows how to get UTC date and time. Document doc = new...

    reference.aspose.com/words/net/aspose.words/com...
  9. Working with Project Properties | Aspose.Tasks ...

    Learn how to use Aspose.Tasks for Java to change Microsoft Project (MPP/XML) project files' calculation modes. Also, examples of reading or setting project properties are provided....and end dates, the current date and the status date, the type...properties: START_DATE: the project’s start date, of the Date data type...

    docs.aspose.com/tasks/java/working-with-project...
  10. Implement a Custom Calculation Engine to Extend...

    This article describes how to extend the default calculation engine by implementing a custom calculation engine using the Aspose.Cells library with C++. 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...now_time , & local_tm ); #endif Date today { local_tm . tm_year +...

    docs.aspose.com/cells/cpp/implement-custom-calc...