Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 16,678 for

date

(0.11 sec)
  1. 使用 Outlook 日历项目|Documentation

    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....OCTOBER , 2 , 13 , 0 , 0 ); Date startDate = cal . getTime ();...OCTOBER , 2 , 14 , 0 , 0 ); Date endDate = cal . getTime ();...

    docs.aspose.com/email/zh/java/working-with-outl...
  2. SmartTag | Aspose.Words for .NET

    Create dynamic SmartTags effortlessly with our constructor. Enhance your projects with customizable features and seamless integration for optimal performance....of data, // such as a name, date, or address, and converts it...the above contents as being a date. // Smart tags use the "Element"...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Comparer.compare method | Aspose.Words for Python

    aspose.words.lowcode.Comparer.compare method...v2, output_file_name, author, date_time) Compares two documents...output_file_name : str , author : str , date_time : datetime . datetime ):...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldCitation | Aspose.Words for Java

    Implements the CITATION 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. Clarification on Aspose.Total for .NET License ...

    I am using Aspose.Total for .NET (Developer OEM – 1 year) license, and it is going to expire. I would like to clarify the following points: How can we check if we are using a perpetual license? If it is a perpetual li…...typically not have an expiration date mentioned in the license file...to your subscription expiry date indefinitely. However, after...

    forum.aspose.com/t/clarification-on-aspose-tota...
  6. FieldType enumeration | Aspose.Words for Python

    aspose.words.fields.FieldType enumeration. Specifies Microsoft Word field types.... FIELD_CREATE_DATE Specifies the CREATEDATE field...DATABASE field. FIELD_DATE Specifies the DATE field. FIELD_DDE Specifies...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Document.normalize_field_types method | Aspose....

    Document.normalize_field_types method. Changes field type values [FieldChar.field_type](../../../aspose.words.fields/fieldchar/field_type/) of [FieldStart](../../../aspose.words.fields/fieldstart/), [FieldSeparator](../../../aspose.words.fields/fieldseparator/), [FieldEnd](../../../aspose.words.fields/fieldend/) in the whole document so that they correspond to the field types contained in the field codes....the keep a field’s type up to date with its field code. doc = aw...insert_field ( field_code = 'DATE' , field_value = None ) # Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  8. An error occurred in the Contacts module while ...

    I am using the Aspose.Email API (licensed version). I was retrieving the contact data, but it throws the exception: “Not a valid Win32 FileTime”. They receive the contact data item-wise, so please add this as well....LastModifiedTime , and any custom date properties). If any of those...a negative tick count, or a date beyond 31‑12‑9999, the value...

    forum.aspose.com/t/an-error-occurred-in-the-con...
  9. Aspose::Words::Fields::FieldSaveDate class | As...

    Aspose::Words::Fields::FieldSaveDate class. Implements the SAVEDate field. To learn more, visit the documentation article in C++....SAVEDATE field to display the date/time of the document’s most...(); builder -> Writeln ( u " Date this document was last saved:"...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Add Headers and Footers|Aspose.Words for .NET

    Add headers or footers into a document easily and fast instead of using VSTO in C#....//add footer having current date builder . MoveToHeaderFooter...); builder . InsertField ( "Date" , "" ); doc . UpdateFields...

    docs.aspose.com/words/net/add-headers-and-footers/