Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 14,217 for

date

(0.04 sec)
  1. Aspose::Words::Fields::FieldDate::get_UseLunarC...

    Aspose::Words::Fields::FieldDate::get_UseLunarCalendar method. Gets or sets whether to use the Hijri Lunar or Hebrew Lunar calendar in C++....Shows how to use DATE fields to display dates according to different...display the correct date, we can use a DATE field. // Below are...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. DocumentSavingArgs | Aspose.Words for Java

    An argument passed into IDocumentSavingCallback.notifycom.aspose.words.DocumentSavingArgs 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...
  3. IDocumentLoadingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during loading a document in Java....) { mLoadingStartedAt = new Date(); } /// /// Callback method...notify(DocumentLoadingArgs args) { Date canceledAt = new Date(); long diff = canceledAt...

    reference.aspose.com/words/java/com.aspose.word...
  4. AxisScaling.minimum property | Aspose.Words for...

    AxisScaling.minimum property. Gets or sets minimum value of the axis....Shows how to insert chart with date/time values. let doc = new aw...Add a custom series containing date/time values for the X-axis,...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ChartAxis.hasMajorGridlines property | Aspose.W...

    ChartAxis.hasMajorGridlines property. Gets or sets a flag indicating whether the axis has major gridlines....Shows how to insert chart with date/time values. let doc = new aw...Add a custom series containing date/time values for the X-axis,...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 用 C++ 获取数据透视表的刷新日期和刷新人信息|Documentation

    学习如何使用 Aspose.Cells 和 C++ 获取工作簿中的刷新日期和刷新人信息。...string Date_To_String ( const Aspose :: Cells :: Date & date ) {...%02d:%02d:%02d" , date . year , date . month , date . day , date . hour...

    docs.aspose.com/cells/zh/cpp/get-pivot-table-re...
  7. AxisTimeUnit enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.AxisTimeUnit enumeration. Specifies the unit of time for axes....Shows how to insert chart with date/time values. doc = aw . Document...Add a custom series containing date/time values for the X-axis,...

    reference.aspose.com/words/python-net/aspose.wo...
  8. StructuredDocumentTag.DateDisplayFormat | Aspos...

    Discover the StructuredDocumentTag DateDisplayFormat property to customize Date display formats effortlessly. Enhance your document's clarity and appeal!...represents the format in which dates are displayed. public string...Remarks Can not be null . The dates for English (U.S.) is “mm/dd/yyyy”...

    reference.aspose.com/words/net/aspose.words.mar...
  9. FieldDate.UseLunarCalendar | Aspose.Words for .NET

    Optimize your Date management with FieldDate's UseLunarCalendar property. Easily switch between Hijri and Hebrew Lunar calendars for enhanced functionality....Shows how to use DATE fields to display dates according to different...display the correct date, we can use a DATE field. // Below are...

    reference.aspose.com/words/net/aspose.words.fie...
  10. FieldFormat | Aspose.Words for Java

    Provides typed access to fields numeric Date and time and general formatting in Java....typed access to field’s numeric, date and time, and general formatting...2 - Date/time format: field = builder.insertField("DATE"); format...

    reference.aspose.com/words/java/com.aspose.word...