Público API Cambios en Aspose.Diagram 5.7.0

Establecer cadenas de patrón de fecha en la línea de tiempo

Las nuevas propiedades DateFormatStringForBE y DateFormatStringForIntm se han agregado en la clase TimelineHelper. Códigos de ejemplo:

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";

VB

 ' 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"