Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 3,045 for

date

(0.12 sec)
  1. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_FullDate method. Specifies the full Date and time last entered into this SDT in C++....e method Specifies the full date and time last entered into this...property will only work for Date SDT type. For all other SDT...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. AdvancedCompareOptions | Aspose.Words for Java

    Allows to set advanced compare options in Java....compare(docB, "user", new Date(), compareOptions); Assert.assertEquals(8...docA.compare(docB, "user", new Date(), compareOptions); Assert.assertEquals(0...

    reference.aspose.com/words/java/com.aspose.word...
  3. Defining Weekdays for Calendar in PHP

    Learn how to define calendar weekdays for Microsoft Project (MPP/XML) projects using Aspose.Tasks Java for PHP....1 , 1 , 1 , 9 , 0 , 0 ); 16 $date = $calTime -> getTime (); 17...17 $time1 -> setFromTime ( $date ); 18 $calTime -> set ( 1 , 1...

    docs.aspose.com/tasks/java/defining-weekdays-fo...
  4. FieldCreateDate | Aspose.Words for Java

    Implements the CREATEDate field in Java.... Remarks: Retrieves the date and time at which the document...DocumentBuilder(doc); builder.insertField(" DATE \\@ \"dddd, d MMMM yyyy\" ");...

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

    Implements the NUMPAGES field in Java....every we need to see an up-to-date value. doc.updateFields(); doc...DocumentBuilder(doc); builder.insertField(" DATE \\@ \"dddd, d MMMM yyyy\" ");...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Fields::Field::get_LocaleId meth...

    Aspose::Words::Fields::Field::get_LocaleId method. Gets or sets the LCID of the field in C++....// Insert a DATE field, and then print the date it will display...determines the formatting of the date. SharedPtr < Field > field =...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. AxisTickMark enumeration | Aspose.Words for Nod...

    Aspose.Words.Drawing.Charts.AxisTickMark enumeration. Specifies the possible positions for tick marks....Shows how to insert chart with date/time values. let doc = new aw...Add a custom series containing date/time values for the X-axis,...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldFormat.DateTimeFormat | Aspose.Words for .NET

    Discover the FieldFormat DateTimeFormat property to easily customize Date and time field results for enhanced data presentation and clarity....formatting that is applied to a date and time field result. Corresponds...00" , field . Result ); // 2 - Date/time format: field = builder...

    reference.aspose.com/words/net/aspose.words.fie...
  9. CompareOptions | Aspose.Words for Java

    Allows to choose additional options for document comparison operation in Java....write("Original textbox contents"); // DATE field: builder.moveTo(docOriginal...appendParagraph("")); builder.insertField(" DATE "); // Comment: Comment newComment...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentSavingArgs | Aspose.Words for Java

    An argument passed into IDocumentSavingCallback.notifycom.aspose.words.DocumentSavingArgs in Java....() { mSavingStartedAt = new Date(); } /// /// Callback method...notify(DocumentSavingArgs args) { Date canceledAt = new Date(); long diff = canceledAt...

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