DateTimeConverter
Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate
public abstract class DateTimeConverter extends System.MulticastDelegate
Represents a converter for converting date to string in view timescale tiers.
Constructors
Constructor | Description |
---|---|
DateTimeConverter() |
Methods
Method | Description |
---|---|
invoke(Date date) | Represents a converter method to convert date to string in view timescale tiers. |
DateTimeConverter()
public DateTimeConverter()
invoke(Date date)
public abstract String invoke(Date date)
Represents a converter method to convert date to string in view timescale tiers.
Parameters:
Parameter | Type | Description |
---|---|---|
date | java.util.Date | the instance of the java.util.Date class to convert to string. |
Returns: java.lang.String - the string representation of the specified date.