struct DateTimeKind

in global :: System

Specifies whether a object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC.


public static DateTimeKind Local

The time represented is local time.

public static DateTimeKind Unspecified

The time represented is not specified as either local time or Coordinated Universal Time (UTC).

public static DateTimeKind Utc

The time represented is UTC.

public bool HasFlag( Enum flag )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public int CompareTo( object target )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public string ToString( string format )

😔 No documentation found.

public string ToString( IFormatProvider provider )

😔 No documentation found.

public string ToString( string format, IFormatProvider provider )

😔 No documentation found.

public TypeCode GetTypeCode( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public int value__

😔 No documentation found.