Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 15,144 for

date

(0.09 sec)
  1. InlineStory class | Aspose.Words for Python

    aspose.words.InlineStory class. Base class for inline-level nodes that can contain paragraphs and tables...( doc , 'John Doe' , 'JD' , date . today ()) builder . current_paragraph...assertEqual ( date . today (), comment . date_time . date ()) # In...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....Vector < Object > row1 { Object ( Date { 2015 , 6 , 12 , 10 , 6 , 30...

    docs.aspose.com/cells/cpp/returning-a-range-of-...
  3. Working with ContentTypeProperties with JavaScr...

    Learn how to work with custom ContentTypeProperties in Excel files using Aspose.Cells for JavaScript via C++.... add ( "MK32" , new Date (). toISOString (), "DateTime"...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  4. DocumentPropertyCollection.GetEnumerator | Aspo...

    Discover the DocumentPropertyCollection GetEnumerator method. Easily iterate through all collection items with this efficient enumerator for seamless data access.... Add ( "Authorized Date" , DateTime . Today ); properties...

    reference.aspose.com/words/net/aspose.words.pro...
  5. DocumentPropertyCollection.Clear | Aspose.Words...

    Effortlessly clear all properties from your DocumentPropertyCollection with our Clear method. Streamline your data management today!... Add ( "Authorized Date" , DateTime . Today ); properties...

    reference.aspose.com/words/net/aspose.words.pro...
  6. Paragraph.append_field method | Aspose.Words fo...

    aspose.words.Paragraph.append_field method... # 1 - Append a DATE field using a field type, and... fields . FieldType . FIELD_DATE , True ) # 2 - Append a TIME...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_TotalEditingTime method. Gets or sets the total editing time in minutes in C++....System :: String :: Format ( u "Date/time last printed: {0}" , properties...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Manager method. Gets or sets the manager property in C++....System :: String :: Format ( u "Date/time last printed: {0}" , properties...

    reference.aspose.com/words/cpp/aspose.words.pro...
  9. FieldEnd.HasSeparator | Aspose.Words for .NET

    Discover the FieldEnd HasSeparator property, easily check if your field includes a separator for enhanced data organization and clarity.... InsertField ( " DATE \\@ \"dddd, d MMMM yyyy\" "...

    reference.aspose.com/words/net/aspose.words.fie...
  10. CommentRangeEnd class | Aspose.Words for Node.js

    Aspose.Words.CommentRangeEnd class. Denotes the end of a region of text that has a comment associated with it... dateTime = Date . now (); newComment . setText...addReply ( "John Doe" , "JD" , Date . now (), "New reply." ); newComment...

    reference.aspose.com/words/nodejs-net/aspose.wo...