Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 16,686 for

date

(0.2 sec)
  1. Managing Appointments in Python|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....as location, start time, end date, organizer email, and list of...location, description, start date, end date, organizer, and attendees...

    docs.aspose.com/email/python-net/managing-appoi...
  2. Range.normalize_field_types method | Aspose.Wor...

    Range.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 this range 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...
  3. PdfDigitalSignatureDetails class | Aspose.Words...

    Aspose.Words.Saving.PdfDigitalSignatureDetails class. Contains details for signing a PDF document with a digital signature....signatureDate Gets or sets the date of the signing. timestampSettings...method. let signingTime = new Date ( 2015 , 7 , 20 ); options ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CustomXmlPropertyCollection.index_of_key method...

    CustomXmlPropertyCollection.index_of_key method. Returns the zero-based index of the specified property in the collection....form of data, # such as a name, date, or address, and converts it...tag. # The properties of a "date"-type smart tag contain its...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Project.Save() does not finish - Free Support F...

    I am encountering an issue where the Save method of the Project class enters an infinite loop when processing a specific file. Upon investigation, I identified that the issue stems from formula localization. Because we …...of Microsoft Project, empty dates are represented as “ND” ( Não...of Microsoft Project, empty dates are represented as “ND” ( Não...

    forum.aspose.com/t/project-save-does-not-finish...
  6. jsonData.json

    { "number": 10, "test": "test abc", "Date": "2011-10-05T14:48:00.000Z", "arrayNumber": [1,2,3,4,5], "arrayWords": ["x1","xy2","yz3","z4"], "arrayOfObjects": [ {"valNumber":12,"valString": "aa"}, {"......"number": 10, "test": "test abc", "date": "2011-10-05T14:48:00.000Z"...

    docs.aspose.com/cells/sv/net/how-to-import-json...
  7. AxisTickLabelPosition Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.Charts.AxisTickLabelPosition enum, which defines optimal tick label placements for enhanced chart clarity and presentation....Shows how to insert chart with date/time values. Document doc =...Add a custom series containing date/time values for the X-axis,...

    reference.aspose.com/words/net/aspose.words.dra...
  8. AxisTimeUnit Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisTimeUnit enum—your solution for defining time units on chart axes efficiently and effectively....Shows how to insert chart with date/time values. Document doc =...Add a custom series containing date/time values for the X-axis,...

    reference.aspose.com/words/net/aspose.words.dra...
  9. List of Supported Number Formats|Documentation

    Aspose.Cells is a Python library for processing spreadsheet files, which supports a range of number formats. This article provides a list of supported number formats so that users can select the appropriate format according to their needs....formats of the numbers and dates. These built-in number formats.../ 14 Date m/d/yy 15 Date d-mmm-yy 16 Date d-mmm 17 Date mmm-yy...

    docs.aspose.com/cells/python-net/list-of-suppor...
  10. Update Fields in Ruby|Aspose.Words for Java

    UpDate fields of MS Word Document using Ruby.... write ( "Date: " ) builder . insertField ( "DATE" ) \ # Start...

    docs.aspose.com/words/java/update-fields-in-ruby/