Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 16,525 for

date

(0.08 sec)
  1. Aspose::Words::Fields::FieldDate::get_UseLastFo...

    Aspose::Words::Fields::FieldDate::get_UseLastFormat method. Gets or sets whether to use a format last used by the hosting application when inserting a new Date field in C++....application when inserting a new DATE field. bool Aspose :: Words...Shows how to use DATE fields to display dates according to different...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. JsonDataLoadOptions.exact_date_time_parse_forma...

    JsonDataLoadOptions.exact_Date_time_parse_formats property. Gets or sets exact formats for parsing JSON Date-time values while loading JSON...exact_date_time_parse_formats property JsonDataLoadOptions.e...exact_date_time_parse_formats property Gets or sets exact formats...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_CalendarType method. Specifies the type of calendar for this SDT. Default is Default in C++....property will only work for Date SDT type. For all other SDT...to prompt the user to enter a date with a structured document tag...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. 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...
  5. StructuredDocumentTag.calendar_type property | ...

    StructuredDocumentTag.calendar_type property. Specifies the type of calendar for this SDT...DATE SDT type. For all other SDT...to prompt the user to enter a date with a structured document tag...

    reference.aspose.com/words/python-net/aspose.wo...
  6. How to Manage Dates and Times with C++|Document...

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

    docs.aspose.com/cells/cpp/how-to-manage-dates-a...
  7. StructuredDocumentTag.DateStorageFormat | Aspos...

    Discover the StructuredDocumentTag DateStorageFormat property to easily manage Date formats in XML-bound SDTs, enhancing your document's data organization....Gets/sets format in which the date for a date SDT is stored when the...property will only work for Date SDT type. For all other SDT...

    reference.aspose.com/words/net/aspose.words.mar...
  8. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_DateDisplayFormat method. String that represents the format in which Dates are displayed in C++....represents the format in which dates are displayed. System :: String...Remarks Can not be null . The dates for English (U.S.) is “mm/dd/yyyy”...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. StructuredDocumentTag.FullDate | Aspose.Words f...

    Discover the StructuredDocumentTag FullDate property, which captures the complete Date and time for enhanced document accuracy and tracking....property 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/net/aspose.words.mar...
  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...