Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 11,908 for

date

(0.05 sec)
  1. SdtDateStorageFormat enumeration | Aspose.Words...

    Aspose.Words.Markup.SdtDateStorageFormat enumeration. Specifies how the Date for a Date SDT is stored/retrieved when the SDT is bound to an XML node in the document's data store....enumeration Specifies how the date for a date SDT is stored/retrieved...Description Date The date value for a date SDT is stored as a date in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Field.locale_id property | Aspose.Words for Python

    Field.locale_id property. Gets or sets the LCID of the field....) # Insert a DATE field, and then print the date it will display...formatting of the date. field = builder . insert_field ( 'DATE' ) print...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Field.LocaleId | Aspose.Words for .NET

    Manage your field's LocaleId property effortlessly. Get or set the LCID for enhanced localization and user experience in your applications....// Insert a DATE field, and then print the date it will display...of the date. Field field = builder . InsertField ( @"DATE" ); Console...

    reference.aspose.com/words/net/aspose.words.fie...
  4. StructuredDocumentTag.dateStorageFormat propert...

    StructuredDocumentTag.DateStorageFormat property. Gets/sets format in which the Date for a Date SDT is stored when the SDT is bound to an XML node in the document's data store...Gets/sets format in which the date for a date SDT is stored when the...property will only work for SdtType.Date SDT type. For all other SDT...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. StructuredDocumentTag.DateDisplayLocale | Aspos...

    Customize Date formats with the StructuredDocumentTag DateDisplayLocale property. Enhance user experience by setting preferred language formats effortlessly....the language format for the date displayed in this SDT . public...property will only work for Date SDT type. For all other SDT...

    reference.aspose.com/words/net/aspose.words.mar...
  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. Comment.dateTimeUtc property | Aspose.Words for...

    Comment.DateTimeUtc property. Gets the UTC Date and time that the comment was made....dateTimeUtc property Gets the UTC date and time that the comment was...was made. get dateTimeUtc () : Date Remarks The default value is...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Configure Visio TimeLine Shapes|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....how to set the milestone date, date format, auto update flag...and type. Setting Milestone Date, Date Format, Auto Update Flag...

    docs.aspose.com/diagram/java/configure-visio-ti...
  9. How to Manage Dates and Times with C++|Document...

    Learn how to manage Dates and times through the Aspose.Cells for C++ API....How to Manage Dates and Times with C++ Contents [ Hide ] How...How to store Dates and Times in Excel Dates and times are stored...

    docs.aspose.com/cells/cpp/how-to-manage-dates-a...
  10. IDocumentSavingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during saving a document 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...