Aspose::Words::Fields::FieldCreateDate::get_UseUmAlQuraCalendar method. Gets or sets whether to use the Um-al-Qura calendar in C++....field to display the creation date/time of the document. auto doc...(); builder -> Writeln ( u " Date this document was created:"...
Aspose::Words::Fields::FieldCreateDate::get_UseLunarCalendar method. Gets or sets whether to use the Hijri Lunar or Hebrew Lunar calendar in C++....field to display the creation date/time of the document. auto doc...(); builder -> Writeln ( u " Date this document was created:"...
Comment.removeAllReplies method. Removes all replies to this comment...." , Date . now ()); comment . setText...addReply ( "Joe Bloggs" , "J.B." , Date . now (), "New reply" ); comment...
Aspose.Words.Comment constructor...initial : string , dateTime : Date ) Parameter Type Description...Cannot be null . dateTime Date The date and time for the comment...
Document.upDate_fields method. UpDates the values of fields in the whole document....be updated to show an up-to-date result. doc . update_fields...field and nest a DATE field inside it. # DATE fields update their...
IFieldResultFormatter.formatDateTime method. Called when Aspose.Words applies a Date/time format switch, i.e...Words applies a date/time format switch, i.e. \@...yyyy”. formatDateTime ( value : Date , format : string , calendarType...
Specifies the possible positions for tick marks in Java....Shows how to insert chart with date/time values. Document doc =...Add a custom series containing date/time values for the X-axis,...
ChartXValue.fromDateTime method. Creates a [ChartXValue](../) instance of the [ChartXValueType.DateTime](../../chartxvaluetype/#DateTime) type....value : Date ) Parameter Type Description value Date See Also...
Implements the EMBED field in Java....insertField(" DATE \\@ \"dddd, d MMMM yyyy\" ");...dateField = builder.insertField("DATE \\* MERGEFORMAT"); Assert.a...
Implements the NEXT field in Java....insertField(" DATE \\@ \"dddd, d MMMM yyyy\" ");...dateField = builder.insertField("DATE \\* MERGEFORMAT"); Assert.a...