Method | Description | |
---|---|---|
AsMinutes ( this @this ) : DateTimeOffset | ||
AtNoon ( this date ) : DateTimeOffset | ||
AtTime ( this date, DateTimeOffset time ) : DateTimeOffset | ||
ConvertFromJsTimestamp ( long timestamp ) : DateTimeOffset | ||
ConvertFromUnixTimestamp ( long timestamp ) : DateTimeOffset | ||
SkipToNextWorkDay ( this date ) : DateTimeOffset | ||
ToLocalDate ( this @this ) : string | ||
ToLocalDateTime ( this @this ) : string | ||
ToZuluDateTime ( this @this ) : string |
public static AsMinutes ( this @this ) : DateTimeOffset | ||
@this | this | |
return | DateTimeOffset |
public static AtNoon ( this date ) : DateTimeOffset | ||
date | this | |
return | DateTimeOffset |
public static AtTime ( this date, DateTimeOffset time ) : DateTimeOffset | ||
date | this | |
time | DateTimeOffset | |
return | DateTimeOffset |
public static ConvertFromJsTimestamp ( long timestamp ) : DateTimeOffset | ||
timestamp | long | |
return | DateTimeOffset |
public static ConvertFromUnixTimestamp ( long timestamp ) : DateTimeOffset | ||
timestamp | long | |
return | DateTimeOffset |
public static SkipToNextWorkDay ( this date ) : DateTimeOffset | ||
date | this | |
return | DateTimeOffset |
public static ToLocalDate ( this @this ) : string | ||
@this | this | |
return | string |
public static ToLocalDateTime ( this @this ) : string | ||
@this | this | |
return | string |
public static ToZuluDateTime ( this @this ) : string | ||
@this | this | |
return | string |