com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class DateTimeConverter

  • java.lang.Object
    • com.aspose.ms.System.Delegate
      • com.aspose.ms.System.MulticastDelegate
        • com.aspose.tasks.DateTimeConverter


  • public abstract class DateTimeConverter
    extends com.aspose.ms.System.MulticastDelegate

    Represents a converter for converting date to string in view timescale tiers.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      abstract String invoke(Date date)
      Represents a converter method to convert date to string in view timescale tiers.
      • Methods inherited from class com.aspose.ms.System.MulticastDelegate

        getDelegateId, getInvocationList, op_Equality, op_Inequality
      • Methods inherited from class com.aspose.ms.System.Delegate

        combine, combine, op_Equality, op_Inequality, peekOutRefParam, peekResult, remove, removeAll, setException, throwException
    • Constructor Detail

      • DateTimeConverter

        public DateTimeConverter()
    • Method Detail

      • invoke

        public abstract String invoke(Date date)

        Represents a converter method to convert date to string in view timescale tiers.

        Parameters:
        date - the instance of the java.util.Date class to convert to string.
        Returns:
        the string representation of the specified date.