microsoft.exchange.webservices.data.misc
Class IFunctions.DateTimeToXSDateTime

java.lang.Object
  extended by microsoft.exchange.webservices.data.misc.IFunctions.DateTimeToXSDateTime
All Implemented Interfaces:
IFunction<Object,String>
Enclosing class:
IFunctions

public static class IFunctions.DateTimeToXSDateTime
extends Object
implements IFunction<Object,String>


Field Summary
static IFunctions.DateTimeToXSDateTime INSTANCE
           
 
Constructor Summary
IFunctions.DateTimeToXSDateTime()
           
 
Method Summary
 String func(Object o)
          Func.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IFunctions.DateTimeToXSDateTime INSTANCE
Constructor Detail

IFunctions.DateTimeToXSDateTime

public IFunctions.DateTimeToXSDateTime()
Method Detail

func

public String func(Object o)
Description copied from interface: IFunction
Func.

Specified by:
func in interface IFunction<Object,String>
Parameters:
o - the arg
Returns:
the t result


Copyright © 2012–2015 Microsoft. All rights reserved.