Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 15,209 for

date

(0.09 sec)
  1. EWS: error when trying to create appointment - ...

    Using the latest version (and also older versions), I am getting an Exchange error when trying to create an appointment using IEWSClient: “ExchangeException: set action is invalid for property”. This code (from your doc…...MILLISECOND, 0); Date startTime = c.getTime(); c.add(java...util.Calendar.HOUR_OF_DAY, 1); Date endTime = c.getTime(); String...

    forum.aspose.com/t/ews-error-when-trying-to-cre...
  2. SignOptions.comments property | Aspose.Words fo...

    SignOptions.comments property. Specifies comments on the digital signature..."aw" ); // Create a comment and date which will be applied with our...= "My comment" , SignTime = Date . now () }; // Take an unsigned...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. How to Convert Project Data to PDF | Aspose.Tas...

    This guide explains how to convert project data into PDF format using Aspose.Tasks for Java. Whether you're new to the platform or looking to optimize your workflow, this article provides a clear step-by-step approach to achieve your goal....with ❤ by GitHub Customizing Date Format Aspose.Tasks give developers...developers control over date formatting when rendering project...

    docs.aspose.com/tasks/java/convert-project-data...
  4. FieldAsk | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldSkipIf | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  6. How to Add Time Periods Conditional Formatting|...

    How to use the Aspose.Cells library in C# to apply Time Periods conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....super useful when working with dates—it helps you visually track...Helps you stay on top of due dates, events, or expiring items....

    docs.aspose.com/cells/net/how-to-add-time-perio...
  7. Sending meeting request with recurrence|Documen...

    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....)); // Fill appointment object Date startDate = sdf . parse ( "2013-12-01..."2013-12-01 17:00:00" ); Date endDate = sdf . parse ( "2013-12-31...

    docs.aspose.com/email/java/sending-meeting-requ...
  8. GeneralFormatCollection Class | Aspose.Words fo...

    Discover the Aspose.Words.Fields.GeneralFormatCollection class—a powerful, typed collection for managing general formats effortlessly in your documents....00" )); // 2 - Date/time format: field = builder...builder . InsertField ( "DATE" ); format = field . Format ; format...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Get PDF File Information in Python|Aspose.PDF f...

    Explore how to retrieve detailed PDF file information such as metadata and properties in Python using Aspose.PDF for document management....getAuthor ()) print "Creation Date:-" + str ( doc_info . getCreationDate...getKeywords ()) print "Modify Date:-" + str ( doc_info . getModDate...

    docs.aspose.com/pdf/java/get-pdf-file-informati...
  10. Set PDF File Information in PHP|Aspose.PDF for ...

    Learn how to set various file properties, such as metadata, for a PDF document in PHP using Aspose.PDF....$doc_info -> setCreationDate ( new Date ()); $doc_info -> setKeywords...$doc_info -> setModDate ( new Date ()); $doc_info -> setSubject...

    docs.aspose.com/pdf/java/set-pdf-file-informati...