Pubblico API Modifiche Aspose.Diagram 5.7.0

Imposta le stringhe del modello di data sulla linea temporale

Le nuove proprietà DateFormatStringForBE e DateFormatStringForIntm sono state aggiunte nella classe TimelineHelper. Esempi di codici:

C#

 // set DateFormat String for start and finish of timeline shape

timelineHelper.DateFormatStringForBE = "yyyy-MM-dd";

// set DateFormat String for intm of timeline shape

timelineHelper.DateFormatStringForIntm = "yyyy-MM-dd";

V.B

 ' set DateFormat String for start and finish of timeline shape

timelineHelper.DateFormatStringForBE = "yyyy-MM-dd"

' set DateFormat String for intm of timeline shape

timelineHelper.DateFormatStringForIntm = "yyyy-MM-dd"