Class ProgramBody
Inheritance
System.Object
    ProgramBody
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: buildinfo
Assembly: buildinfo.dll
Syntax
public static class ProgramBodyMethods
EncodeDateTime(DateTime)
Declaration
public static string EncodeDateTime(DateTime data)Parameters
| Type | Name | Description | 
|---|---|---|
| System.DateTime | data | 
Returns
| Type | Description | 
|---|---|
| System.String | 
Main(String[])
Declaration
public static void Main(string[] args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String[] | args |